diff options
author | 2017-09-29 14:57:26 +0800 | |
---|---|---|
committer | 2017-09-30 00:28:56 +0000 | |
commit | d30576b671e8ea47ff30851b24285ee0cc2b9ec4 (patch) | |
tree | 0f17e7a05e91158c0ff226b3d073fef13a2a6b37 /tests/ci/periodic.sh | |
parent | 6a67e65307ab58748228c9cc83f2cc0a452ed8ee (diff) |
Disable tty in CI scripts to remove color in ansible output
This will make the console log more readable
Change-Id: Ia577d243d52449f580d34002e2052fa024e0f20d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
(cherry picked from commit 0c43a307ff30b11af348e17b7c81f278c21c93ff)
Diffstat (limited to 'tests/ci/periodic.sh')
-rwxr-xr-x | tests/ci/periodic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/periodic.sh b/tests/ci/periodic.sh index 5c488b87..87fa7627 100755 --- a/tests/ci/periodic.sh +++ b/tests/ci/periodic.sh @@ -13,7 +13,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${script_dir}/utils/start_services.sh -docker exec -t ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh +docker exec ${TEST_SUITE}_qtip bash -x /home/opnfv/repos/qtip/qtip/scripts/quickstart.sh echo "${TEST_SUITE} QPI done!" |