0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-10 02:59:01 +00:00
Files
packages/net/conserver/test.sh
Bjørn Mork 69890a8082 conserver: add runtime test
Simply test that both variants produce a binary for now

Signed-off-by: Bjørn Mork <bjorn@mork.no>
2025-03-05 21:17:14 +02:00

11 lines
126 B
Bash
Executable File

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