Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Lu Xu
erp5
Commits
93259130
Commit
93259130
authored
Apr 27, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! EggTestSuite: support --log_directory
this was not working either when testnode does not pass log_directory
parent
a74ecf1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
erp5/util/testsuite/__init__.py
erp5/util/testsuite/__init__.py
+1
-1
No files found.
erp5/util/testsuite/__init__.py
View file @
93259130
...
@@ -301,7 +301,7 @@ def runTestSuite():
...
@@ -301,7 +301,7 @@ def runTestSuite():
default=None)
default=None)
parser.add_argument('
--
log_directory
',
parser.add_argument('
--
log_directory
',
help='
Directory
to
store
logs
',
help='
Directory
to
store
logs
',
default=
None
)
default=
''
)
parser.add_argument('
--
python_interpreter
',
parser.add_argument('
--
python_interpreter
',
help='
Path
to
python
interpreter
used
to
run
the
test
suite
',
help='
Path
to
python
interpreter
used
to
run
the
test
suite
',
default='
python
')
default='
python
')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment