summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2016-02-23 12:10:36 +0100
committerEdward Hervey <bilboed@bilboed.com>2016-02-23 12:10:36 +0100
commit910e586909d4c08b9bf22b2e669f21711353c3ef (patch)
treeb942dc5a49bbc0cbbbea55aaeb8891e1d93f6621
parentb122a11e3344de33a59400942ae3e3ffa112ac6d (diff)
ci-build: Make validate fail if test list changed
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 69cae65..68ee8a0 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 -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
+ gst-validate-launcher validate -j3 -fs -m -n --fail-on-testlist-change -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
fi
echo