about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-19 00:13:02 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-19 00:13:02 -0700
commit368212b1c315a800abc6c1dedeec09774ebe623f (patch)
tree7e80e7cec6fe4959ebf7ca513f41fda1f8b90ed5 /test_apps
parent20b71ee7f41b2902538968e848f982b5d83cd357 (diff)
downloadmu-368212b1c315a800abc6c1dedeec09774ebe623f.tar.gz
5665
The core library is a mess right now, because it can't use syntax sugar.
I need some way to tier the library so that later layers can use syntax
sugar, but without adding cognitive load.

A shell pipeline is pretty, but maybe I need to drop it. Just add functions
to layers. Get all of the translator out of the apps/ sub-directory.
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_apps b/test_apps
index b96b57e0..a10538d1 100755
--- a/test_apps
+++ b/test_apps
@@ -309,7 +309,8 @@ test `uname` = 'Linux'  &&  {
   echo
 }
 
-# Only native runs beyond this point. Emulated runs time out on travis-ci.org.
+# Only native runs beyond this point. We start using syntax that the emulator
+# doesn't support.
 test $EMULATED  &&  echo "skipping remaining runs in emulated mode"
 test $NATIVE  ||  exit 0