testbench: enable relp tests on solaris

This commit is contained in:
Rainer Gerhards 2017-04-13 16:29:15 +02:00
parent 01fa86307b
commit 45d6de2821
5 changed files with 0 additions and 37 deletions

View File

@ -1,13 +1,5 @@
#!/bin/bash
# addd 2016-05-13 by RGerhards, released under ASL 2.0
uname
if [ `uname` = "SunOS" ] ; then
echo "Solaris: FIX ME RELP"
exit 77
fi
. $srcdir/diag.sh init
. $srcdir/diag.sh generate-conf
. $srcdir/diag.sh add-conf '

View File

@ -1,13 +1,5 @@
#!/bin/bash
# adddd 2016-06-08 by RGerhards, released under ASL 2.0
uname
if [ `uname` = "SunOS" ] ; then
echo "Solaris: FIX ME RELP"
exit 77
fi
. $srcdir/diag.sh init
. $srcdir/diag.sh generate-conf
. $srcdir/diag.sh add-conf '

View File

@ -3,11 +3,4 @@
# This file is part of the rsyslog project, released under ASL 2.0
echo ===============================================================================
echo \[sndrcv_relp.sh\]: testing sending and receiving via relp
uname
if [ `uname` = "SunOS" ] ; then
echo "Solaris: FIX ME RELP"
exit 77
fi
. $srcdir/sndrcv_drvr.sh sndrcv_relp 50000

View File

@ -3,11 +3,4 @@
# This file is part of the rsyslog project, released under ASL 2.0
echo ====================================================================================
echo \[sndrcv_relp_rebind.sh\]: testing sending and receiving via relp w/ rebind interval
uname
if [ `uname` = "SunOS" ] ; then
echo "Solaris: FIX ME RELP"
exit 77
fi
. $srcdir/sndrcv_drvr.sh sndrcv_relp_rebind 1000

View File

@ -3,11 +3,4 @@
# This file is part of the rsyslog project, released under ASL 2.0
echo ===============================================================================
echo \[sndrcv_relp.sh\]: testing sending and receiving via relp
uname
if [ `uname` = "SunOS" ] ; then
echo "Solaris: FIX ME RELP"
exit 77
fi
. $srcdir/sndrcv_drvr.sh sndrcv_relp_tls 50000