diff options
-rwxr-xr-x | test_apps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_apps b/test_apps index 52cceeb7..7e69a823 100755 --- a/test_apps +++ b/test_apps @@ -241,7 +241,7 @@ for phase in hex survey pack assort dquotes tests do echo $phase ./bootstrap translate init.$OS 0[0-8]*.subx apps/subx-params.subx apps/$phase.subx -o apps/$phase - test "$1" = 'record' || git diff --exit-code apps/hex + test "$1" = 'record' || git diff --exit-code apps/$phase test $EMULATED && { ./bootstrap run apps/$phase test echo |