From 1e1f9717ff67875cb472ec7abc08ac582fc22b56 Mon Sep 17 00:00:00 2001 From: Rui Yuan Dou Date: Wed, 26 Dec 2018 10:20:35 +0800 Subject: [PATCH] Remove testr.conf as it's been replaced by stestr Change-Id: I73e5ed94cdd786d392a6a6b61b8ef4f630715482 --- .testr.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 06f67a02..00000000 --- a/.testr.conf +++ /dev/null @@ -1,8 +0,0 @@ -[DEFAULT] -test_command= - OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ - OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \ - ${PYTHON:-python} -m subunit.run discover -t ./ ./keystonemiddleware/tests $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list