mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
conserver: add runtime test
Simply test that both variants produce a binary for now Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
10
net/conserver/test.sh
Executable file
10
net/conserver/test.sh
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
"conserver")
|
||||||
|
conserver -V | grep "$2"
|
||||||
|
;;
|
||||||
|
"conserver-ipmi")
|
||||||
|
conserver -V | grep "$2"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
Reference in New Issue
Block a user