Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Hamza
erp5-Boxiang
Commits
2b71d16c
Commit
2b71d16c
authored
Jun 20, 2013
by
Benjamin Blanc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foo
parent
cdf66f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
erp5/util/testnode/testnode.py
erp5/util/testnode/testnode.py
+6
-0
setup.py
setup.py
+1
-1
No files found.
erp5/util/testnode/testnode.py
View file @
2b71d16c
...
...
@@ -375,14 +375,20 @@ branch = %(branch)s
if
'--xvfb_bin'
in
supported_paramater_set
:
invocation_list
.
extend
([
"--xvfb_bin"
,
xvfb_bin_list
[
0
]])
bt5_path_list
=
[]
self
.
config
.
log
(
"Attention !!!"
)
if
config
.
get
(
"bt5_path"
):
self
.
config
.
log
(
"1 - PASSED !!!"
)
bt5_path_list
.
append
(
config
.
get
(
"bt5_path"
))
if
hasattr
(
node_test_suite
,
'additional_bt5_repository_id'
):
self
.
config
.
log
(
"1 (bis) - PASSED !!!"
)
additional_bt5_path
=
os
.
path
.
join
(
node_test_suite
.
working_directory
,
node_test_suite
.
additional_bt5_repository_id
)
bt5_path_list
.
append
(
additional_bt5_path
)
self
.
config
.
log
(
"additional_bt5_path : %s"
%
(
additional_bt5_path
))
if
len
(
bt5_path_list
)
>
0
:
self
.
config
.
log
(
"2 - PASSED !!! (%s)"
%
(
str
(
bt5_path_list
)))
invocation_list
.
extend
([
"--bt5_path"
,
bt5_path_list
])
# From this point, test runner becomes responsible for updating test
# result. We only do cleanup if the test runner itself is not able
...
...
setup.py
View file @
2b71d16c
from
setuptools
import
setup
,
find_packages
import
glob
import
os
version
=
'0.4.34'
name
=
'erp5.util'
long_description
=
open
(
"README.erp5.util.txt"
).
read
()
+
"
\
n
"
...
...
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