From 023d525c86e16658313e85604144e3e44486e09f Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 2 Sep 2014 08:52:32 -0400 Subject: [PATCH] Fix testr failure under python2.6 Change-Id: I6ceedfe426add168f9604544f206c8908830344b --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index a9fa8bf8..35d9ba43 100644 --- a/.testr.conf +++ b/.testr.conf @@ -2,6 +2,6 @@ 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 ./ ./tests/ $LISTOPT $IDOPTION + ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list