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