mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
971a2164f5
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>
4 lines
43 B
Bash
4 lines
43 B
Bash
#!/bin/sh
|
|
|
|
syslog-ng --version | grep "$2"
|