summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-02-24 16:19:38 +0100
committerEdward Hervey <bilboed@bilboed.com>2015-02-24 16:19:38 +0100
commit33c9b5320036404d40bfccf4b40df1cd57fc3df2 (patch)
treee80d9d5296132d7a2b9ad8f7d67a0853c194bed8
parent87d55921a17f21f135cc82556f68e4e0fe81ef45 (diff)
validate: Use validate suite1.4
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 1b232f0..0cca1d6 100755
--- a/ci-build.sh
+++ b/ci-build.sh
@@ -304,7 +304,7 @@ beach()
build "gst-devtools/validate"
cd $WORKSPACE
mkdir -p "validate-output"
- gst-validate-launcher -j3 -S -m -n -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
+ gst-validate-launcher validate -j3 -S -m -n -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
fi
echo