Skip to content

Commit 3919f04

Browse files
Improve output
1 parent 7668407 commit 3919f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ if [ -z "$onetest" ]; then
128128
one_test "$file"
129129
result=$?
130130
if [ $result -ne 0 ]; then
131-
echo "\n\n\nWARNING: test $file got error $result !!!\n\n\n"
131+
echo -e "\n\n\nWARNING: test $file got error $result !!!\n\n\n"
132132
failed=$(expr $failed \+ 1)
133133
exit 1
134134
else

0 commit comments

Comments
 (0)