Skip to content

Commit 46d4d81

Browse files
committed
kernel_patch_verify: Report the patchwise package correctly
patchwise has no --version option. So use pip to provide the package version correctly Signed-off-by: Nishanth Menon <[email protected]>
1 parent 74c1a79 commit 46d4d81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernel_patch_verify

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,10 @@ report_end() {
707707
app=$SMATCH
708708
fi
709709
echo "version of $app:"
710+
if [ "$app" = "patchwise" ]; then
711+
python3 -m pip list|grep 'patchwise'
712+
continue
713+
fi
710714
which "$app" 2>&1
711715
"$app" --version 2>&1
712716
echo

0 commit comments

Comments
 (0)