From 47f2b52578a8c0e7a9992d288080cb74f95330f6 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 21 Apr 2020 16:00:24 +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: Iee1791eb6f7d59116e16d4232a1f0c3f88422cf4 --- .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 6d83b3c4..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 -t ./ . $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list