diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-05-15 10:42:16 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-05-15 10:42:16 -0700 |
commit | 52522c1affe8d9dd3af96b8ed806ff5c55c5d0e9 (patch) | |
tree | 3d07b6eb65d40ca8230f1f72b7ce6c3b8d0c6ad5 /build_and_test_until | |
parent | a8a08746c2109914eb2b342518202b5f036f4925 (diff) | |
download | mu-52522c1affe8d9dd3af96b8ed806ff5c55c5d0e9.tar.gz |
2964
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 3 |
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 |