Fix minor typo in runner.py
Fixes bug #930519 Change-Id: I53f5f85d1ef8117f6a40a90ee1e9eb12a27dcd53
This commit is contained in:
@@ -351,7 +351,7 @@ def run():
|
||||
# front of it, automatically add that so we don't have to type as much
|
||||
for i, arg in enumerate(argv):
|
||||
if arg.startswith('test_'):
|
||||
argv[i] = append('nova.tests.%s' % arg)
|
||||
argv[i] = 'nova.tests.%s' % arg
|
||||
|
||||
testdir = os.path.abspath(os.path.join("nova", "tests"))
|
||||
c = config.Config(stream=sys.stdout,
|
||||
|
Reference in New Issue
Block a user