diff --git a/scripts/simtest/clippy.sh b/scripts/simtest/clippy.sh index 951e372c211..3f3af6ab648 100755 --- a/scripts/simtest/clippy.sh +++ b/scripts/simtest/clippy.sh @@ -5,6 +5,7 @@ # verify that git repo is clean if [[ -n $(git status -s) ]]; then echo "Working directory is not clean. Please commit all changes before running this script." + echo $(git status -s) exit 1 fi