about summary refs log tree commit diff stats
path: root/test_layers
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-03-13 08:32:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-03-13 08:34:05 -0700
commitc912b7319fb204e95e6d97c2c9c182bcaca8f93e (patch)
tree251508d3aebf9fe48e7162e8db7198d858458613 /test_layers
parent7e977235d4bd341b1d5d5e125affb0646199f16c (diff)
downloadmu-c912b7319fb204e95e6d97c2c9c182bcaca8f93e.tar.gz
4219 - add an even simpler build script
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_layers b/test_layers
index d23776da..9cbc12e5 100755
--- a/test_layers
+++ b/test_layers
@@ -15,7 +15,7 @@
 #     test_layers app
 set -e
 
-test "$BUILD" || export BUILD=build1
+test "$BUILD" || export BUILD=build3
 
 if [[ $1 == one-off ]]
 then