diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-08 15:41:49 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-09-08 16:16:03 +0800 |
commit | 4154a75853f6ba004de775194ebffbe00b591012 (patch) | |
tree | 91fbdea5168f735a84f4d506c6a397686601d699 /tests | |
parent | 7e27c6e5bcc11a08b0decbd274fb8a65cb91494d (diff) |
Use minimal output
Easier to read the log message
Change-Id: I49d61aa666a261e3e3bf3795cfe4341dca865dcb
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/run_storage_qpi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/run_storage_qpi.sh b/tests/ci/run_storage_qpi.sh index 955d6751..275bbb51 100755 --- a/tests/ci/run_storage_qpi.sh +++ b/tests/ci/run_storage_qpi.sh @@ -19,7 +19,7 @@ cd /home/opnfv/workspace/ qtip setup eval `ssh-agent` if [[ -z $testapi_url ]];then - qtip run -vv + qtip run else qtip run --extra-vars "testapi_url=${TESTAPI_URL}" fi |