about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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