Trivial-Fix: replace 'nimble' with 'mogan' in two places

Change-Id: I83afcc3e9906540e1da20bfc2b089b5ebee297fc
This commit is contained in:
liusheng 2017-01-06 11:05:31 +08:00
parent e265fd8e45
commit 937254eca1
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = nimble
omit = nimble/tests/*
source = mogan
omit = mogan/tests/*
[report]
ignore_errors = True

View File

@ -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