about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-24 22:18:21 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-24 22:18:21 -0700
commit56f36491940360ec0603496e30d3bd3e43d163da (patch)
tree823b919a5afb5d53bd28a1fddda2927e2b3fc168 /test_apps
parentd1179723a9bc8e02a91d740040bbcf86bff384e1 (diff)
downloadmu-56f36491940360ec0603496e30d3bd3e43d163da.tar.gz
6395
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps2
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