From 937254eca166a54e531ee50d4581f5d08b2d9923 Mon Sep 17 00:00:00 2001 From: liusheng Date: Fri, 6 Jan 2017 11:05:31 +0800 Subject: [PATCH] Trivial-Fix: replace 'nimble' with 'mogan' in two places Change-Id: I83afcc3e9906540e1da20bfc2b089b5ebee297fc --- .coveragerc | 4 ++-- .testr.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 825b96cb..7fa270a6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True -source = nimble -omit = nimble/tests/* +source = mogan +omit = mogan/tests/* [report] ignore_errors = True diff --git a/.testr.conf b/.testr.conf index afee0a77..49ac937d 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 ${OS_TEST_PATH:-./nimble/tests} -t . $LISTOPT $IDOPTION + ${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./mogan/tests} -t . $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list