syslog-ng: add runtime test

It adds a runtime test to verify that the compiled binary in
CI/CD runs without segfault and prints the version.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2025-09-25 23:46:44 +02:00
parent 971672252d
commit 971a2164f5

3
admin/syslog-ng/test.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
syslog-ng --version | grep "$2"