diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:28:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:28:20 +0000 |
commit | dcc721a95bef6f0d8e6d8775b8efe33e5aecd562 (patch) | |
tree | 66a2774cd0ee294d019efd71d2544c70f42b2842 /tests/imrelp-manyconn-vg.sh | |
parent | Initial commit. (diff) | |
download | rsyslog-dcc721a95bef6f0d8e6d8775b8efe33e5aecd562.tar.xz rsyslog-dcc721a95bef6f0d8e6d8775b8efe33e5aecd562.zip |
Adding upstream version 8.2402.0.upstream/8.2402.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/imrelp-manyconn-vg.sh')
-rwxr-xr-x | tests/imrelp-manyconn-vg.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/imrelp-manyconn-vg.sh b/tests/imrelp-manyconn-vg.sh new file mode 100755 index 0000000..ef5c702 --- /dev/null +++ b/tests/imrelp-manyconn-vg.sh @@ -0,0 +1,9 @@ +#!/bin/bash +if [ "$CI_ENV" == "Centos7VM" ]; then + # we give up, for some reason we see errors in this env but in no other Centos 7 env + # this is a hack for rsyslog official CI - sorry for that -- rgerhards, 2019-01-24 + echo "SKIP test, as for some reason it does not work here - this should be investigated" + exit 77 +fi +export USE_VALGRIND="YES" +source ${srcdir:=.}/imrelp-manyconn.sh |