diff options
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 |