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)
77if [ $? -ne 0 ];
88then
99 error " Error running rewatch legacy"
10- printf " %s\n " " $error_output " >&2
10+ echo $error_output
1111 exit 1
1212fi
1313
1818 success " Test package cleaned"
1919else
2020 error " Error cleaning test package. File count was $file_count ."
21- printf " %s\n " " $error_output " >&2
21+ echo $error_output
2222 exit 1
2323fi
2424
2828 success " Test package built"
2929else
3030 error " Error building test package"
31- printf " %s\n " " $error_output " >&2
31+ echo $error_output
3232 exit 1
3333fi
3434
4747 success " Test package formatted. Got $git_diff_file_count changed files."
4848else
4949 error " Error formatting test package"
50- printf " %s\n " " $error_output " >&2
50+ echo $error_output
5151 exit 1
5252fi
You can’t perform that action at this time.
0 commit comments