summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2014-11-20 11:15:53 +0100
committerEdward Hervey <bilboed@bilboed.com>2014-11-20 11:15:53 +0100
commit19c0d2eb7bba2a6910cda37457b1f0c14c6699d1 (patch)
treece1f76b416597bbfe217cc4c4c04a84b69b29ffd
parent36825c50e67168103cf19a61f33afab777f6727d (diff)
validate: Don't use colors :)
-rwxr-xr-xci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-build.sh b/ci-build.sh
index 2134796..1d5c209 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 -S -m -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
+ gst-validate-launcher -S -m -n -M $WORKSPACE/validate-output --xunit-file $WORKSPACE/xunit.xml
fi
echo