summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2017-05-20 11:42:18 +0200
committerEdward Hervey <bilboed@bilboed.com>2017-05-20 11:42:18 +0200
commitd183b51716bf8da2522ed3053e2401dbe6c2876b (patch)
tree61a6468261eabf1ff0a7f173a4ff216395968ed3
parentcfbb672f1b85dcaf9906ba2339706a2f71cde205 (diff)
JenkinsFile-master: Remove xml listing
-rw-r--r--JenkinsFile-master2
1 files changed, 0 insertions, 2 deletions
diff --git a/JenkinsFile-master b/JenkinsFile-master
index 1d0ec67..ed45876 100644
--- a/JenkinsFile-master
+++ b/JenkinsFile-master
@@ -25,8 +25,6 @@ node("linux") {
wrap([$class: 'Xvfb', additionalOptions: '', assignedLabels: '', installationName: 'default', parallelBuild: true]) {
stage ('Check') {
- sh 'ls -la **/tests/check/*/*.xml'
-
env.GST_CHECKS_IGNORE="test_allocate_udp_ports_multicast,test_allocate_udp_ports_client_settings,test_reorder_buffer,test_redirect_yes"
env.GST_CHECK_XML=1
sh "./gstreamer/scripts/gst-uninstalled ./gst-ci-scripts/ci-build.sh check"