diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-25 02:54:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-25 02:54:22 -0700 |
commit | c8c2a66cd75b72ea9d06b37a3469885c58bf6d63 (patch) | |
tree | 0097bc8b2274aef209b44901aef35e385de5e814 /subx/test_apps | |
parent | 695f9bf8d0a7d0a871b8ab75270ceb29715d9be3 (diff) | |
download | mu-c8c2a66cd75b72ea9d06b37a3469885c58bf6d63.tar.gz |
5469
Diffstat (limited to 'subx/test_apps')
-rwxr-xr-x | subx/test_apps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_apps b/subx/test_apps index af3937d5..b8c142be 100755 --- a/subx/test_apps +++ b/subx/test_apps @@ -298,7 +298,7 @@ test `uname` = 'Linux' && { cat examples/ex10.subx |apps/tests |apps/dquotes |apps/assort |apps/pack |apps/survey |apps/hex |diff examples/ex10 - } -# SubX translator phases only run natively. Emulated run times out on travis-ci.org. +# Only native runs beyond this point. Emulated runs time out on travis-ci.org. test `uname` = 'Linux' || exit 0 echo ex11 |