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