Files
openwrt-packages/admin/syslog-ng/test.sh
Josef Schlehofer 9da18e3229 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>
(cherry picked from commit 971a2164f5)
2025-09-26 00:54:19 +02:00

4 lines
43 B
Bash

#!/bin/sh
syslog-ng --version | grep "$2"