From: Josef Schlehofer Date: Thu, 25 Sep 2025 21:46:44 +0000 (+0200) Subject: syslog-ng: add runtime test X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=971a2164f598cb6976846ac9f932283cd636e387;p=feed%2Fpackages.git 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 --- diff --git a/admin/syslog-ng/test.sh b/admin/syslog-ng/test.sh new file mode 100644 index 0000000000..190967ce96 --- /dev/null +++ b/admin/syslog-ng/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +syslog-ng --version | grep "$2"