From 4154a75853f6ba004de775194ebffbe00b591012 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 8 Sep 2017 15:41:49 +0800 Subject: Use minimal output Easier to read the log message Change-Id: I49d61aa666a261e3e3bf3795cfe4341dca865dcb Signed-off-by: Yujun Zhang --- tests/ci/run_storage_qpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit 1.2.3-korg