mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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"
|