diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-06 17:13:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-06 17:13:04 -0700 |
commit | b4785580be3fd46f18e21ee8c92759d5481432ed (patch) | |
tree | e90d8c769e46c6afb204f2378a39ddcfe9ccc89a /build_and_test_until | |
parent | d9ee2076d94a5eb8c502ff065295ac921fae40e2 (diff) | |
download | mu-b4785580be3fd46f18e21ee8c92759d5481432ed.tar.gz |
3450
Purge remaining `makefile`s, without breaking CI.
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 4fc9d38b..a69ad352 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -1,3 +1,3 @@ #!/bin/bash -./build_until $1 && ./mu_bin test +./build --until $1 && ./mu_bin test |