File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ error_output=$(rewatch_legacy 2>&1 >/dev/null)
7
7
if [ $? -ne 0 ];
8
8
then
9
9
error " Error running rewatch legacy"
10
- printf " %s\n " " $error_output " >&2
10
+ echo $error_output
11
11
exit 1
12
12
fi
13
13
18
18
success " Test package cleaned"
19
19
else
20
20
error " Error cleaning test package. File count was $file_count ."
21
- printf " %s\n " " $error_output " >&2
21
+ echo $error_output
22
22
exit 1
23
23
fi
24
24
28
28
success " Test package built"
29
29
else
30
30
error " Error building test package"
31
- printf " %s\n " " $error_output " >&2
31
+ echo $error_output
32
32
exit 1
33
33
fi
34
34
47
47
success " Test package formatted. Got $git_diff_file_count changed files."
48
48
else
49
49
error " Error formatting test package"
50
- printf " %s\n " " $error_output " >&2
50
+ echo $error_output
51
51
exit 1
52
52
fi
You can’t perform that action at this time.
0 commit comments