diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2016-12-05 01:42:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 01:42:21 +0000 |
commit | 4a8eb45a1a3aefea5b6cdb9ef1535782b2ebe84b (patch) | |
tree | 4582410417a6e4d54f86f7251800e68c08ab0b0a /docker/run_qtip.sh | |
parent | db64d0a94d46ce87b180604d4d0ae9d434309104 (diff) | |
parent | 16d2fb716020bd429f2502b34aac22258facde9c (diff) |
Merge "bugfix in run_qtip.sh"
Diffstat (limited to 'docker/run_qtip.sh')
-rwxr-xr-x | docker/run_qtip.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_qtip.sh b/docker/run_qtip.sh index 962b068f..98abf139 100755 --- a/docker/run_qtip.sh +++ b/docker/run_qtip.sh @@ -1,6 +1,6 @@ #! /bin/bash -QTIP=qtip/qtip.py +QTIP=qtip/run.py run_test_suite() { |