diff --git a/.gitlab-ci/run-test.sh b/.gitlab-ci/run-test.sh index 8ae519596..dfaee99ba 100755 --- a/.gitlab-ci/run-test.sh +++ b/.gitlab-ci/run-test.sh @@ -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