Workaround test stream corruption issue

We don't see it right now in logstash as we fail with
a Segmentation fault (core dumped) because of other
issues. But will end up seeing it once that is fixed.

Closes-Bug: #1492505
Change-Id: I6507e693fc929e03884f933bbda241f744d3a7c0
This commit is contained in:
Davanum Srinivas 2015-09-23 17:17:05 -04:00 committed by Davanum Srinivas (dims)
parent 76a6a7608b
commit 34d24b79ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION | cat
test_id_option=--load-list $IDFILE
test_list_option=--list