mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
less: add CI test script
Add a simple version check to ensure the compiled binary installs and runs. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Hannu Nyman
parent
e36234b9a5
commit
36b62e50f7
3
utils/less/test.sh
Normal file
3
utils/less/test.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
less --version | grep -F "$PKG_VERSION"
|
||||
Reference in New Issue
Block a user