We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7668407 commit 3919f04Copy full SHA for 3919f04
tests/unittest.sh
@@ -128,7 +128,7 @@ if [ -z "$onetest" ]; then
128
one_test "$file"
129
result=$?
130
if [ $result -ne 0 ]; then
131
- echo "\n\n\nWARNING: test $file got error $result !!!\n\n\n"
+ echo -e "\n\n\nWARNING: test $file got error $result !!!\n\n\n"
132
failed=$(expr $failed \+ 1)
133
exit 1
134
else
0 commit comments