diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-11 03:22:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-11 03:22:13 -0700 |
commit | 36cb0273eaabd547243571123d97a000c131d344 (patch) | |
tree | 36d6d68f2cf8c3a624eab4c462b219ec14b3a928 | |
parent | 540dce180aa183cc6af0607dc0ef79e38317e851 (diff) | |
download | mu-36cb0273eaabd547243571123d97a000c131d344.tar.gz |
4024 - attempt to get CI working for SubX
-rwxr-xr-x | subx/test_layers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/test_layers b/subx/test_layers index 60697b3c..e198a8d0 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -1,6 +1,7 @@ #!/bin/bash # Repeatedly stop building until successive layers, and run all tests built. +cd `dirname $0` for f in [0-9]* do echo "=== $f" |