about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-10 20:54:36 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-10 20:54:36 -0700
commit73a9f0f787134d3662e7165af472cf5e7377ee05 (patch)
tree6f7031835ef1cdf45753ec471e1b0c932663983b /subx/test_layers
parent8950915a007f78c427f176609678c50ef9923e5b (diff)
downloadmu-73a9f0f787134d3662e7165af472cf5e7377ee05.tar.gz
4679
Diffstat (limited to 'subx/test_layers')
-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