diff options
author | Edward Hervey <bilboed@bilboed.com> | 2016-03-22 17:05:00 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2016-03-22 17:05:00 +0100 |
commit | 1fcadebd0501b50ea3c221aa60ab1d99f8320f58 (patch) | |
tree | 0b018717a13ae37f6ceb9ce24ddffa7a4beecc20 | |
parent | 910e586909d4c08b9bf22b2e669f21711353c3ef (diff) |
ci-build: Also activate the GES testsuite in validate
-rwxr-xr-x | ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh index 68ee8a0..25176df 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -317,7 +317,7 @@ beach() build "gst-devtools/validate" cd $WORKSPACE mkdir -p "validate-output" - gst-validate-launcher validate -j3 -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml + gst-validate-launcher validate ges -j3 -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml fi echo |