diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-24 22:18:21 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-24 22:18:21 -0700 |
commit | 56f36491940360ec0603496e30d3bd3e43d163da (patch) | |
tree | 823b919a5afb5d53bd28a1fddda2927e2b3fc168 /test_apps | |
parent | d1179723a9bc8e02a91d740040bbcf86bff384e1 (diff) | |
download | mu-56f36491940360ec0603496e30d3bd3e43d163da.tar.gz |
6395
Diffstat (limited to 'test_apps')
-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 |