You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Improve output
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ if [ -z "$onetest" ]; then
|
||||
one_test "$file"
|
||||
result=$?
|
||||
if [ $result -ne 0 ]; then
|
||||
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"
|
||||
failed=$(expr $failed \+ 1)
|
||||
exit 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user