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