about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index ea0a9273..bd1d8b33 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -4,7 +4,7 @@
 set -e
 
 cd `dirname $0`
-for f in [0-9]*
+for f in [0-9]*cc
 do
   echo "=== $f"
   ./build_and_test_until $f  ||  exit 1