mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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:
3
admin/syslog-ng/test.sh
Normal file
3
admin/syslog-ng/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
syslog-ng --version | grep "$2"
|
||||
Reference in New Issue
Block a user