From e577a6c3925f941489b3778acd979391ce83ad2b Mon Sep 17 00:00:00 2001 From: mondrake Date: Wed, 30 Aug 2023 14:08:44 +0200 Subject: [PATCH] Update drupal_patch.sh --- tests/github/drupal_patch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/github/drupal_patch.sh b/tests/github/drupal_patch.sh index 99faf77..83544a1 100755 --- a/tests/github/drupal_patch.sh +++ b/tests/github/drupal_patch.sh @@ -3,5 +3,8 @@ #3110546 Allow contributed modules (mostly database drivers) to override tests in core curl https://git.drupalcode.org/project/drupal/-/merge_requests/291.diff | git apply -v +#3364706 Refactor transactions +curl https://git.drupalcode.org/project/drupal/-/merge_requests/4101.diff | git apply -v + # Extra patch # git apply -v ./mysqli_staging/tests/github/extra_patch.patch