Commit 3b9d23bf authored by Jérome Perrin's avatar Jérome Perrin

fixup! eggtest: provide nicer test names

By using `os.path.normpath` we also support paths with a trailing slash.
parent 00958618
......@@ -297,7 +297,7 @@ def runTestSuite():
node_quantity=args.node_quantity,
revision=revision,
python_interpreter=args.python_interpreter,
egg_test_path_dict={os.path.basename(path): path
egg_test_path_dict={os.path.basename(os.path.normpath(path)): path
for path in args.source_code_path_list.split(',')},
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment