git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b6f828b
)
openzwave: add test.sh
author
Alexandru Ardelean
<redacted>
Sat, 2 May 2026 19:03:39 +0000
(22:03 +0300)
committer
Alexandru Ardelean
<redacted>
Sun, 3 May 2026 17:59:28 +0000
(20:59 +0300)
MinOZW does not implement any --version flag, so skip the generic
version check. Just verify the binary is present and executable.
Signed-off-by: Alexandru Ardelean <redacted>
utils/openzwave/test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/openzwave/test.sh
b/utils/openzwave/test.sh
new file mode 100644
(file)
index 0000000..
d449cb3
--- /dev/null
+++ b/
utils/openzwave/test.sh
@@ -0,0
+1,6
@@
+#!/bin/sh
+case "$1" in
+ openzwave)
+ [ -x /usr/bin/MinOZW ] || exit 1
+ ;;
+esac
git clone https://git.99rst.org/PROJECT