aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ci/periodic.sh
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 14:57:26 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-09-29 14:57:26 +0800
commit0c43a307ff30b11af348e17b7c81f278c21c93ff (patch)
treee6e6c2aa5257307c06d6e6017f48dfe2d1698314 /tests/ci/periodic.sh
parentb95adaf14afff4215f773b2ef150fbc4b3a00ef6 (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>
Diffstat (limited to 'tests/ci/periodic.sh')
-rwxr-xr-xtests/ci/periodic.sh2
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!"