projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36234b
)
less: add CI test script
author
George Sapkin
<
[email protected]
>
Sun, 9 Nov 2025 17:59:41 +0000
(19:59 +0200)
committer
Hannu Nyman
<
[email protected]
>
Wed, 12 Nov 2025 05:18:09 +0000
(07:18 +0200)
Add a simple version check to ensure the compiled binary installs and
runs.
Signed-off-by: George Sapkin <
[email protected]
>
utils/less/test.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/less/test.sh
b/utils/less/test.sh
new file mode 100644
(file)
index 0000000..
f27d95f
--- /dev/null
+++ b/
utils/less/test.sh
@@ -0,0
+1,3
@@
+#!/bin/sh
+
+less --version | grep -F "$PKG_VERSION"