Skip to content

Commit df3a23f

Browse files
committed
vim: remove runtime test due to redundance
The CI no automatically performs runtime tests based on version checks. Signed-off-by: Paul Spooren <mail@aparcar.org>
1 parent 2adf158 commit df3a23f

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for PKG in /ci/*.ipk; do
3333
fi
3434
else
3535
echo "Use generic test"
36-
PKG_FILES=$(opkg files "$PKG_NAME")
36+
PKG_FILES=$(opkg files "$PKG_NAME" | grep -E "/bin|/sbin|/usr/bin|/usr/sbin")
3737
SUCCESS=0
3838
FOUND_EXE=0
3939
for FILE in $PKG_FILES; do

utils/vim/test.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)