changeset 8295:8d663d23ab85

scripts: make output from run-all-cleanup easier to parse Make it clear that it didn't end prematurely due to some invisible problem.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 12 Mar 2020 23:21:01 +0100
parents 38a833e742ea
children e98f6338829c
files scripts/run-all-cleanup scripts/whitespacecleanup.sh
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/run-all-cleanup	Thu Mar 12 17:07:28 2020 +0100
+++ b/scripts/run-all-cleanup	Thu Mar 12 23:21:01 2020 +0100
@@ -10,3 +10,4 @@
 scripts/whitespacecleanup.sh
 
 hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs scripts/pyflakes
+echo "no blocking problems found by $0"
--- a/scripts/whitespacecleanup.sh	Thu Mar 12 17:07:28 2020 +0100
+++ b/scripts/whitespacecleanup.sh	Thu Mar 12 23:21:01 2020 +0100
@@ -20,4 +20,5 @@
 # isort is installed from dev_requirements.txt
 hg loc 'set:!binary()&grep("^#!.*python")' '*.py' | xargs isort --line-width 160 --lines-after-imports 2
 
+echo "diff after $0:"
 hg diff