about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-03 22:36:04 -0700
committerKartik Agaram <vc@akkartik.com>2020-04-03 22:36:04 -0700
commitead8f1b89bd521e310afa273d5ded82b1b37487c (patch)
tree1fe6675f022bf3513cf6ccd8f8730ee2dd2aafc9 /test_apps
parentbfcc0f858aa324739ad645e2056d73a47ab66f82 (diff)
downloadmu-ead8f1b89bd521e310afa273d5ded82b1b37487c.tar.gz
6183
Bugfix in CI setup.
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps2
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