From d54f4c464ec4eb8d99e983b1ada1a51940276c98 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Mar 2019 22:37:01 +0200 Subject: [PATCH] tests: harmonize output --- tests/integration/pipe-loopback-rtp-dual.sh | 5 +++-- tests/integration/pipe-loopback-rtp-remote.sh | 5 +++-- tests/integration/pipe-loopback-rtp-tbf.sh | 5 +++-- tests/integration/pipe-loopback-rtp.sh | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/tests/integration/pipe-loopback-rtp-dual.sh b/tests/integration/pipe-loopback-rtp-dual.sh index a1518226a..a786f0dcc 100755 --- a/tests/integration/pipe-loopback-rtp-dual.sh +++ b/tests/integration/pipe-loopback-rtp-dual.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0) diff --git a/tests/integration/pipe-loopback-rtp-remote.sh b/tests/integration/pipe-loopback-rtp-remote.sh index 6419d56f6..1aaed6a29 100755 --- a/tests/integration/pipe-loopback-rtp-remote.sh +++ b/tests/integration/pipe-loopback-rtp-remote.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi LOCAL_ADDR=137.226.133.195 diff --git a/tests/integration/pipe-loopback-rtp-tbf.sh b/tests/integration/pipe-loopback-rtp-tbf.sh index 433258b3b..81d1a3851 100755 --- a/tests/integration/pipe-loopback-rtp-tbf.sh +++ b/tests/integration/pipe-loopback-rtp-tbf.sh @@ -24,8 +24,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0) diff --git a/tests/integration/pipe-loopback-rtp.sh b/tests/integration/pipe-loopback-rtp.sh index 4a3bb00f8..d8006b1a9 100755 --- a/tests/integration/pipe-loopback-rtp.sh +++ b/tests/integration/pipe-loopback-rtp.sh @@ -23,8 +23,9 @@ ################################################################################## if [ -n "${CI}" ]; then - echo "RTP tests are not ready yet" - exit 99 + # We skip this test for now in CI + echo "Test not yet supported" + exit 99 fi SCRIPT=$(realpath $0)