diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-06-06 09:02:40 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-06-06 09:27:44 -0700 |
commit | 53172ce13ab2add6c0000ee11c32e874df67b86e (patch) | |
tree | 961b38bdef770a324f8a35ceed1f0f183f8f5446 /build_and_test_until | |
parent | 8f97725d0088d86ae157006234d1d0009b1dbf4c (diff) | |
download | mu-53172ce13ab2add6c0000ee11c32e874df67b86e.tar.gz |
4253 - support running just a single C test
We've had this ability for Mu scenarios forever.
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until index 6959a9fb..ed560e36 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -1,7 +1,9 @@ #!/bin/sh +# Run tests for just a subset of layers. +# # Usage: # build_and_test_until [file prefix] [test name] -# Provide the second arg to run just a single (Mu) scenario. +# Provide the second arg to run just a single test. set -e # clean previous builds if they were building until a different layer |