diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-11 02:01:29 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-11 02:01:29 -0700 |
commit | 52ea31027b500c1e5d4281e9b41b71fd184d8be9 (patch) | |
tree | 16f1193c1758597ab98d1588ea9dcf3ff020299e /build_and_test_until | |
parent | b53ee143f8facaecbf2f18ed0a6a1251166fff67 (diff) | |
download | mu-52ea31027b500c1e5d4281e9b41b71fd184d8be9.tar.gz |
4016 - include subx/ tests in 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 5ee372c3..3e353885 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -1,4 +1,4 @@ #!/bin/sh ./clean top-level -./build --until $1 && ./mu_bin test +./build --until $1 && ./mu_bin test |