mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
yt-dlp: don't hide error messages in CI test
Fixes: 6746398cb ("yt-dlp: run CI test for the main package only")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Tianling Shen
parent
731bddc3e8
commit
fa8425028a
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = 'yt-dlp' ]; then
|
||||
yt-dlp --version 2>&1 | sed 's/\.0\+/./g' | grep -x "$PKG_VERSION"
|
||||
yt-dlp --version | sed 's/\.0\+/./g' | grep -F "$PKG_VERSION"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user