diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-16 00:22:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-16 00:22:41 -0700 |
commit | 0cdaca2c0c78d3f8df4ca78d5e445844f0145ae4 (patch) | |
tree | 856a9707f28921c7d95fc1370a059c83dbe845df /build_and_test_until | |
parent | 9ed95defa5f0b8da0f5ce1fc24bad2323496fa70 (diff) | |
download | mu-0cdaca2c0c78d3f8df4ca78d5e445844f0145ae4.tar.gz |
3506
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_and_test_until b/build_and_test_until index b07a3978..5ee372c3 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -1,3 +1,4 @@ #!/bin/sh +./clean top-level ./build --until $1 && ./mu_bin test |