Skip to content

Commit

Permalink
Merge "Fix minor typo in runner.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Feb 13, 2012
2 parents d8f8bad + 7fb02c2 commit af552ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/testing/runner.py
Expand Up @@ -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,
Expand Down

0 comments on commit af552ef

Please sign in to comment.