diff options
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/test_layers | 2 |
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 |