gitlab-ci: print git-status during do_clean() in "run-test.sh"

If we have a non-clean working directory after do_clean(), that
is a bug and something we need to investigate. Print information
to make that easier to debug.
This commit is contained in:
Thomas Haller
2022-07-20 14:46:43 +02:00
parent e118276296
commit bde99436aa

View File

@@ -23,6 +23,9 @@ do_clean() {
# "make -C update-po", run on "make dist" has a silly habit of
# modifying files in-tree. Lets undo that.
git checkout -- po/
git status
git diff
}
uname -a