Commit 93259130 authored by Jérome Perrin's avatar Jérome Perrin

fixup! EggTestSuite: support --log_directory

this was not working either when testnode does not pass log_directory
parent a74ecf1c
Pipeline #9128 failed with stage
in 0 seconds
......@@ -301,7 +301,7 @@ def runTestSuite():
default=None)
parser.add_argument('--log_directory',
help='Directory to store logs',
default=None)
default='')
parser.add_argument('--python_interpreter',
help='Path to python interpreter used to run the test suite',
default='python')
......
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