diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-03 22:36:04 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-04-03 22:36:04 -0700 |
commit | ead8f1b89bd521e310afa273d5ded82b1b37487c (patch) | |
tree | 1fe6675f022bf3513cf6ccd8f8730ee2dd2aafc9 /test_apps | |
parent | bfcc0f858aa324739ad645e2056d73a47ab66f82 (diff) | |
download | mu-ead8f1b89bd521e310afa273d5ded82b1b37487c.tar.gz |
6183
Bugfix in CI setup.
Diffstat (limited to 'test_apps')
-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 |