about summary refs log tree commit diff stats
path: root/build_and_test_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-03-12 23:24:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-03-12 23:26:10 -0700
commitf0cf7af7d8e28ce957754873cc16c2ac42138466 (patch)
tree4876ae0d642124c9d397ee23aca64f184c1a9368 /build_and_test_until
parent2b9b1cf3867a63dda0a5ac92a5ad8c88fce6f0d1 (diff)
downloadmu-f0cf7af7d8e28ce957754873cc16c2ac42138466.tar.gz
4216 - include simpler alternative to build script
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 2220be17..a1cc7d51 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -2,4 +2,4 @@
 set -e
 
 ./clean top-level
-./build --until $1  &&  ./mu_bin test
+./build1 --until $1  &&  ./mu_bin test