]> git.99rst.org Git - openwrt-packages.git/commit
domoticz: rename version check test.sh to test-version.sh
authorJosef Schlehofer <redacted>
Mon, 10 Aug 2026 08:18:29 +0000 (10:18 +0200)
committerJosef Schlehofer <redacted>
Tue, 18 Aug 2026 09:18:07 +0000 (11:18 +0200)
commitcee73452be61ede0c92b221b87c500bc0f66c227
tree5e94b578fd28bb13ba9b11f110c09c16d06f8a09
parent44a0ea3dd828d2eeea41be99dad7b8743cf7a0b4
domoticz: 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.

The script only asserts that the binary is present, because domoticz
reports no version; say so in the file, so that a later reader does not
'fix' the override by adding a version probe.

Add a default arm 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/domoticz/test-version.sh [new file with mode: 0644]
utils/domoticz/test.sh [deleted file]
git clone https://git.99rst.org/PROJECT