Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
19fed99f
Commit
19fed99f
authored
Oct 05, 2011
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log more informations
parent
0e7587fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
erp5/util/testnode/testnode.py
erp5/util/testnode/testnode.py
+1
-0
No files found.
erp5/util/testnode/testnode.py
View file @
19fed99f
...
@@ -272,6 +272,7 @@ branch = %(branch)s
...
@@ -272,6 +272,7 @@ branch = %(branch)s
# XXX: is it good for all cases (eg: test runner fails too early for
# XXX: is it good for all cases (eg: test runner fails too early for
# any custom code to pick the failure up and react ?)
# any custom code to pick the failure up and react ?)
remote_test_result_needs_cleanup
=
False
remote_test_result_needs_cleanup
=
False
log
(
"call process : %r"
,
(
invocation_list
,))
run_test_suite
=
subprocess
.
Popen
(
invocation_list
,
run_test_suite
=
subprocess
.
Popen
(
invocation_list
,
preexec_fn
=
os
.
setsid
,
cwd
=
config
[
'test_suite_directory'
],
preexec_fn
=
os
.
setsid
,
cwd
=
config
[
'test_suite_directory'
],
stdout
=
subprocess
.
PIPE
,
stderr
=
subprocess
.
STDOUT
)
stdout
=
subprocess
.
PIPE
,
stderr
=
subprocess
.
STDOUT
)
...
...
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