diff options
Diffstat (limited to 'tests/ci')
-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 |