From 0c43a307ff30b11af348e17b7c81f278c21c93ff Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 29 Sep 2017 14:57:26 +0800 Subject: 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 --- tests/ci/periodic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ci/periodic.sh') 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!" -- cgit 1.2.3-korg