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