Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nikola Balog
erp5
Commits
55364f3d
Commit
55364f3d
authored
12 years ago
by
Sebastien Robin
Browse files
Options
Download
Email Patches
Plain Diff
erp5testnode: fixed undefined variable test_suite_reference
parent
d3d09e6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
erp5/util/testnode/testnode.py
erp5/util/testnode/testnode.py
+5
-5
No files found.
erp5/util/testnode/testnode.py
View file @
55364f3d
...
...
@@ -72,15 +72,15 @@ class TestNode(object):
def
updateConfigForTestSuite
(
self
,
test_suite_data
):
config
=
self
.
config
config
[
"project_title"
]
=
test_suite_data
[
"project
-
title"
]
config
[
"test_suite"
]
=
test_suite_data
[
"test
-
suite"
]
config
[
"test_suite_title"
]
=
test_suite_data
[
"test
-
suite
-
title"
]
config
[
"test_suite_reference"
]
=
test_suite_data
[
"test
-
suite
-
reference"
]
config
[
"project_title"
]
=
test_suite_data
[
"project
_
title"
]
config
[
"test_suite"
]
=
test_suite_data
[
"test
_
suite"
]
config
[
"test_suite_title"
]
=
test_suite_data
[
"test
_
suite
_
title"
]
config
[
"test_suite_reference"
]
=
test_suite_data
[
"test
_
suite
_
reference"
]
try
:
config
[
"additional_bt5_repository_id"
]
=
test_suite_data
[
"additional-bt5-repository-id"
]
except
KeyError
:
pass
config
[
"vcs_repository_list"
]
=
test_suite_data
[
"vcs
-
repository
-
list"
]
config
[
"vcs_repository_list"
]
=
test_suite_data
[
"vcs
_
repository
_
list"
]
config
[
'working_directory'
]
=
os
.
path
.
join
(
config
[
'slapos_directory'
],
config
[
'test_suite_reference'
])
if
not
(
os
.
path
.
exists
(
config
[
'working_directory'
])):
...
...
This diff is collapsed.
Click to expand it.
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