From: Robert Collins Date: Sat, 5 Sep 2015 04:04:42 +0000 (+1200) Subject: Workaround test stream corruption issue. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=065275e51ff3852462586d01f5d3dd750bf2d663;p=openstack-build%2Fneutron-build.git Workaround test stream corruption issue. Change-Id: I4c88f1891f53c6559bca71bf657aa30df2101280 Closes-Bug: #1492505 --- diff --git a/.testr.conf b/.testr.conf index c180b0319..23c9c5851 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutron/tests/unit} $LISTOPT $IDOPTION +test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutron/tests/unit} $LISTOPT $IDOPTION | cat test_id_option=--load-list $IDFILE test_list_option=--list