mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 19:50:08 +01:00
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:
parent
e118276296
commit
bde99436aa
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue