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:
Bjørn Mork
2024-02-05 21:41:52 +01:00
committed by Hannu Nyman
parent 50876c8c49
commit 69890a8082

10
net/conserver/test.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
case "$1" in
"conserver")
conserver -V | grep "$2"
;;
"conserver-ipmi")
conserver -V | grep "$2"
;;
esac