From d284d5dcba2e96728efbdc7554a91472dc3895b4 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sat, 22 Aug 2026 20:35:59 +0200 Subject: [PATCH] fix(ci): pass mod argument to revert-patches.sh in test-patches.sh --- build/test/test-patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/test/test-patches.sh b/build/test/test-patches.sh index 5a68e6f..4df50db 100644 --- a/build/test/test-patches.sh +++ b/build/test/test-patches.sh @@ -121,7 +121,7 @@ test_one_mod() { if [[ $ok -eq 0 ]]; then info "Reverting patches for '$mod'..." local revert_log - revert_log="$("$REVERT" 2>&1)" + revert_log="$("$REVERT" "$mod" 2>&1)" echo "$revert_log" if echo "$revert_log" | grep -qE "could not be reverted cleanly|reported an error"; then warn "revert-patches.sh reported an unclean revert for mod '$mod'"