diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-10 20:54:36 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-10 20:54:36 -0700 |
commit | 73a9f0f787134d3662e7165af472cf5e7377ee05 (patch) | |
tree | 6f7031835ef1cdf45753ec471e1b0c932663983b /subx/test_layers | |
parent | 8950915a007f78c427f176609678c50ef9923e5b (diff) | |
download | mu-73a9f0f787134d3662e7165af472cf5e7377ee05.tar.gz |
4679
Diffstat (limited to 'subx/test_layers')
-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 |