From 82371e5ad515fa489146562d66dc3eacb8b3bbd5 Mon Sep 17 00:00:00 2001 From: jmeridth Date: Tue, 4 Nov 2014 04:11:33 +0000 Subject: [PATCH] Add .testr.conf file for run_tests.sh to work RM10353 --- .testr.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf new file mode 100644 index 0000000..ff91731 --- /dev/null +++ b/.testr.conf @@ -0,0 +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:-./quark/tests} $LISTOPT $IDOPTION +test_id_option=--load-list $IDFILE +test_list_option=--list