summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2023-04-21 15:15:28 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2023-04-21 15:21:48 +0200
commitb703d663fee63d90b4f0e202cc9c23f749b1629a (patch)
treec7c992c46a0a1b97ddbbbdfdf04d051d95746800
parent2b7c570543b5e1be9eaf8390ed129379601bec61 (diff)
downloadglib-wip/3v1n0/macos-regress-bisect.tar.gz
-rwxr-xr-x.gitlab-ci/run-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index d6b39e1f3..0a8f47422 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -17,7 +17,8 @@ meson test -v \
-C _build \
--suite=core
ret=$?
-git diff | patch -Rp1 || true
+#git diff | patch -Rp1 || true
+git stash
exit $ret
EOF