commit | 5d6688cc0b3801ef74db4269cc859408bf9d29a2 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 26 15:44:02 2020 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Sep 03 14:50:25 2020 +0000 |
tree | cd7ccea25d90f397312a6e0626b52f4ce57a9559 | |
parent | 7b8cef254c9983da6d791b20607fdb995f4e750d [diff] |
run-docker: add argument passthrough Add capability to pass arguments through to unit-test.py. For example to instruct unit-test.py to repeat tests 100 times use: EXTRA_UNIT_TEST_ARGS="-r 100" or just: EXTRA_UNIT_TEST_ARGS=-r100 Change-Id: I0bd665070c69ff4f61b14fcc5a22bb6dd8ee2d30 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Build script for CI jobs in Jenkins.