From 06f6f1a47f56256791893d1baacb43ed5e7d6369 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 15 May 2016 20:50:41 -0700 Subject: [PATCH] Fix .testr.conf Change-Id: I42ef60bc1702d5f94a83be76d366a760bb32d3ed --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 8042598..795146b 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 ./ ./oslo_delimiter $LISTOPT $IDOPTION + ${PYTHON:-python} -m subunit.run discover -t ./ ./delimiter $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list