Skip to content

Commit 9467992

Browse files
committed
msys2-runtime: ignore the newly-added UI tests
In git-for-windows/msys2-runtime#95, I introduced a new UI-based integration test. We do not need that to build the package. The test is meant to be run in the `msys2-runtime` repository's PRs _before_ the patches make it into `MSYS2-packages`. Therefore it does not make sense to carry it here. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b160d8e commit 9467992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msys2-runtime/update-patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ git -c core.abbrev=7 \
4343
--subject-prefix=PATCH \
4444
--output-directory ../.. \
4545
$base_tag.. ${merging_rebase_start:+^$merging_rebase_start} \
46-
-- ':(exclude).github/' ||
46+
-- ':(exclude).github/' ':(exclude)ui-tests/' ||
4747
die "Could not generate new patch set"
4848

4949
patches="$(ls 0*.patch)" &&

0 commit comments

Comments
 (0)