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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alecs_myu
erp5
Commits
d895e83b
Commit
d895e83b
authored
Oct 31, 2012
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5testnode: fix path of firefox and xvb
parent
7b8c8034
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
erp5/util/testnode/testnode.py
erp5/util/testnode/testnode.py
+2
-2
No files found.
erp5/util/testnode/testnode.py
View file @
d895e83b
...
@@ -286,11 +286,11 @@ branch = %(branch)s
...
@@ -286,11 +286,11 @@ branch = %(branch)s
'--test_suite_title'
,
node_test_suite
.
test_suite_title
,
'--test_suite_title'
,
node_test_suite
.
test_suite_title
,
'--node_quantity'
,
config
[
'node_quantity'
],
'--node_quantity'
,
config
[
'node_quantity'
],
'--master_url'
,
portal_url
])
'--master_url'
,
portal_url
])
firefox_bin_list
=
glob
.
glob
(
"%s/*/parts/firefox/firefox-slapos"
%
\
firefox_bin_list
=
glob
.
glob
(
"%s/
soft/
*/parts/firefox/firefox-slapos"
%
\
config
[
"slapos_directory"
])
config
[
"slapos_directory"
])
if
len
(
firefox_bin_list
):
if
len
(
firefox_bin_list
):
invocation_list
.
extend
([
"--firefox_bin"
,
firefox_bin_list
[
0
]])
invocation_list
.
extend
([
"--firefox_bin"
,
firefox_bin_list
[
0
]])
xvfb_bin_list
=
glob
.
glob
(
"%s/*/parts/xserver/bin/Xvfb"
%
\
xvfb_bin_list
=
glob
.
glob
(
"%s/
soft/
*/parts/xserver/bin/Xvfb"
%
\
config
[
"slapos_directory"
])
config
[
"slapos_directory"
])
if
len
(
xvfb_bin_list
):
if
len
(
xvfb_bin_list
):
invocation_list
.
extend
([
"--xvfb_bin"
,
xvfb_bin_list
[
0
]])
invocation_list
.
extend
([
"--xvfb_bin"
,
xvfb_bin_list
[
0
]])
...
...
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