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-10-06 17:13:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 17:13:04 -0700
commitb4785580be3fd46f18e21ee8c92759d5481432ed (patch)
treee90d8c769e46c6afb204f2378a39ddcfe9ccc89a /build_and_test_until
parentd9ee2076d94a5eb8c502ff065295ac921fae40e2 (diff)
downloadmu-b4785580be3fd46f18e21ee8c92759d5481432ed.tar.gz
3450
Purge remaining `makefile`s, without breaking CI.
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 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