about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-28 14:16:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-28 14:16:54 -0700
commit825873bdf310d387d1a2a0a96237c45e7386b226 (patch)
tree04a1e3e55458e894625a37ca2aee0477a4486c7a
parent78164bab59d20c2e5ddc25d336acb0266b451647 (diff)
downloadmu-825873bdf310d387d1a2a0a96237c45e7386b226.tar.gz
2302 - restarting test_all_layers from a layer
-rwxr-xr-xtest_all_layers1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_all_layers b/test_all_layers
index 7e69179f..481c4d57 100755
--- a/test_all_layers
+++ b/test_all_layers
@@ -2,6 +2,7 @@
 
 for f in [0-9]*
 do
+  if [ "$f" \< "$1" ]; then continue; fi
   echo "=== $f"
   ./build_and_test_until $f || exit 0
 done