diff options
-rwxr-xr-x | test_apps | 4 | ||||
-rwxr-xr-x | translate_subx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test_apps b/test_apps index a19bad7c..e6276cb7 100755 --- a/test_apps +++ b/test_apps @@ -304,7 +304,7 @@ echo "== translating using SubX (native only)" for n in `seq 1 12` do echo ex$n - ./translate_subx_debug init.$OS apps/ex$n.subx + ./translate_subx init.$OS apps/ex$n.subx diff apps/ex$n a.elf done @@ -313,7 +313,7 @@ done for app in factorial crenshaw2-1 crenshaw2-1b do echo $app - ./translate_subx_debug init.$OS 0[0-8]*.subx apps/$app.subx + ./translate_subx init.$OS 0[0-8]*.subx apps/$app.subx diff apps/$app a.elf done diff --git a/translate_subx b/translate_subx index 22bcf32a..ba36986a 100755 --- a/translate_subx +++ b/translate_subx @@ -15,7 +15,7 @@ # sets of debug files.) # Again, that's for subsequent scripts. -set -ev +set -e ./build |