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>2016-05-15 10:42:16 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-15 10:42:16 -0700
commit52522c1affe8d9dd3af96b8ed806ff5c55c5d0e9 (patch)
tree3d07b6eb65d40ca8230f1f72b7ce6c3b8d0c6ad5 /build_and_test_until
parenta8a08746c2109914eb2b342518202b5f036f4925 (diff)
downloadmu-52522c1affe8d9dd3af96b8ed806ff5c55c5d0e9.tar.gz
2964
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 809cb73c..4fc9d38b 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -1,4 +1,3 @@
 #!/bin/bash
 
-./build_until $1
-./mu_bin test
+./build_until $1 && ./mu_bin test