diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-06-08 03:31:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-08 03:31:31 +0000 |
commit | f42719d1347b60bf7d99226221f3a5b51a3b0a25 (patch) | |
tree | 9b0f7fbe7a24caac2a19a97d9fd5ca4728033483 /run_tests.sh | |
parent | 22174dcc54a358d886a718e8c36d0d50e742a468 (diff) | |
parent | 1be7d52ff4a3685973e8f6ad441f954c46efeaa7 (diff) |
Merge "rename test suite script"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index 82c8251ff..972f6a27f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,7 +9,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# Run yardstick's test suite(s) +# Run yardstick's flake8, unit, coverage, functional test getopts ":f" FILE_OPTION |