stash changes

This commit is contained in:
Marco Trevisan (Treviño) 2023-04-21 15:15:28 +02:00
parent 2b7c570543
commit b703d663fe

View File

@ -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