From bf005dc7b32ddb54c8cc8ebfafa049c44d24a177 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Sun, 17 Jan 2016 17:51:02 +0000 Subject: [PATCH] Revert "Capture the log in default" This reverts commit b67c20f2db9da48fe5d3de1f5c5fb1887be1f20b. This change hides the LOG output from the build process in the console.html. While the build still will succeed/fail it will not update the log while it is running. It will only dump the output of what its doing if it fails. This is not ideal for our gates at this time since we have seen the even the running and successful gates sometimes do not do what we designed the gate to do (not building the containers we want, not running the tests we want (recently happened with bashate), etc) Change-Id: Ida58eef41ee8874e7577fcc24174fed4808f46f1 --- .testr.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 76e26f0c1f..db65e39447 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,7 +1,6 @@ [DEFAULT] test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-7200} \ ${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./tests} $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE