]> git.99rst.org Git - openwrt-packages.git/commit
openzwave: rename version check test.sh to test-version.sh
authorJosef Schlehofer <redacted>
Mon, 10 Aug 2026 08:18:30 +0000 (10:18 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 09:18:07 +0000 (11:18 +0200)
commit7bc659273b0e12b10bc1299a72528a28850e8f78
tree30f59d3b4127f3359cbe83ca103b3ba3ae77050a
parentcee73452be61ede0c92b221b87c500bc0f66c227
openzwave: rename version check test.sh to test-version.sh

In actions-shared-workflows the version is now checked in
test-version.sh, while test.sh is left for the generic tests.

MinOZW reports "OpenZWave Version 1.6-1965-g3fff11d2" while PKG_VERSION
is 1.6.1965, so the generic probe never matches and fails the package
for not providing the version. As the only executable in the package it
takes the whole run down; the presence check was already there for that
reason, it just could not suppress the probe from test.sh. Record that
in the file: the format mismatch is not evident from the code.

Give libopenzwave and openzwave-config arms of their own as well, so
that an unknown sub-package fails loudly instead of falling off the end
of the case and returning 0.

Signed-off-by: Josef Schlehofer <redacted>
utils/openzwave/test-version.sh [new file with mode: 0644]
utils/openzwave/test.sh [deleted file]
git clone https://git.99rst.org/PROJECT