mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: harmonize output
This commit is contained in:
parent
3f5d4b2ba6
commit
d54f4c464e
4 changed files with 12 additions and 8 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue