Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-integration-testsuites
Commits
0aabb65f
Commit
0aabb65f
authored
Aug 21, 2015
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix GST_VALIDATE_TESTSUITE_VERSION name when we are running with older GstValidate version
parent
a78a6531
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
testsuites/testsuiteutils.py
testsuites/testsuiteutils.py
+1
-1
No files found.
testsuites/testsuiteutils.py
View file @
0aabb65f
...
...
@@ -24,7 +24,7 @@ from launcher import utils
try
:
from
launcher.config
import
GST_VALIDATE_TESTSUITE_VERSION
except
ImportError
:
VERSION
=
"master"
GST_VALIDATE_TESTSUITE_
VERSION
=
"master"
SYNC_ASSETS_COMMAND
=
"git fetch origin && (git checkout origin/%s || git checkout tags/%s) && git annex get ."
%
(
GST_VALIDATE_TESTSUITE_VERSION
,
GST_VALIDATE_TESTSUITE_VERSION
)
...
...
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