Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Normand
gst-integration-testsuites
Commits
260b6ab9
Commit
260b6ab9
authored
Mar 23, 2016
by
Thibault Saunier
🌵
Browse files
ges: Only use the default path for the default testsuite
parent
11e09a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuites/ges.py
View file @
260b6ab9
...
...
@@ -28,7 +28,7 @@ TEST_MANAGER = "ges"
def
setup_tests
(
test_manager
,
options
):
print
(
"Setting up GES default tests"
)
options
.
add_paths
(
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
".."
,
"medias"
)))
".."
,
"medias"
,
"defaults"
)))
projects_path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
".."
,
"ges"
,
"ges-projects"
))
test_manager
.
register_defaults
(
projects_path
)
...
...
Write
Preview
Supports
Markdown
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