diff options
-rwxr-xr-x | test_apps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_apps b/test_apps index c6b1f3f2..a2c92d5c 100755 --- a/test_apps +++ b/test_apps @@ -401,11 +401,13 @@ test $EMULATED && { ./bootstrap run a.elf || ret=$? test $ret -eq 120 ./bootstrap run a.elf test + echo } test $NATIVE && { ./a.elf || ret=$? test $ret -eq 120 ./a.elf test + echo } exit 0 |