about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-11 03:22:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-11 03:22:13 -0700
commit36cb0273eaabd547243571123d97a000c131d344 (patch)
tree36d6d68f2cf8c3a624eab4c462b219ec14b3a928 /subx/test_layers
parent540dce180aa183cc6af0607dc0ef79e38317e851 (diff)
downloadmu-36cb0273eaabd547243571123d97a000c131d344.tar.gz
4024 - attempt to get CI working for SubX
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers1
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"