summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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