diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2018-03-13 08:32:48 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2018-03-13 08:34:05 -0700 |
commit | c912b7319fb204e95e6d97c2c9c182bcaca8f93e (patch) | |
tree | 251508d3aebf9fe48e7162e8db7198d858458613 /build_and_test_until | |
parent | 7e977235d4bd341b1d5d5e125affb0646199f16c (diff) | |
download | mu-c912b7319fb204e95e6d97c2c9c182bcaca8f93e.tar.gz |
4219 - add an even simpler build script
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until index a1cc7d51..93c17ef2 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -2,4 +2,4 @@ set -e ./clean top-level -./build1 --until $1 && ./mu_bin test +./build3 --until $1 && ./mu_bin test |