From 515d9c043ac6838a051df69b33fcaa824eb2f46a Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 21 Apr 2020 16:01:05 +0900 Subject: [PATCH] Remove .testr.conf This commit removes .testr.conf since this repo already has .stestr.conf. We just need .stestr.conf instead of .testr.conf. Change-Id: I8711b4c0399fe2488609c0d06aaf934f73718bd7 --- .testr.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .testr.conf diff --git a/.testr.conf b/.testr.conf deleted file mode 100644 index 43200f9c..00000000 --- a/.testr.conf +++ /dev/null @@ -1,7 +0,0 @@ -[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 $TRICIRCLE_TEST_DIRECTORY $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list