about summary refs log tree commit diff stats
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
parent8950915a007f78c427f176609678c50ef9923e5b (diff)
downloadmu-73a9f0f787134d3662e7165af472cf5e7377ee05.tar.gz
4679
-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
n5'>5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83