[Blends-commit] [SCM] blends-gsoc branch, master, updated. 292711a378d446198d7d8ded0fe2f2b27d5fc5d6
Andreas Tille
tille at debian.org
Tue Jul 9 12:01:38 UTC 2013
The following commit has been merged in the master branch:
commit d7a5cfe720e367b74e32b982c955a9f99b86292d
Author: Andreas Tille <tille at debian.org>
Date: Tue Jul 9 13:59:57 2013 +0200
Be less verbose when not in DEBUG mode to not loose lines with problems out of sight
diff --git a/tester b/tester
index aa0ee0d..c8eae6e 100755
--- a/tester
+++ b/tester
@@ -4,13 +4,17 @@
# with both different {sec-}blend-gen-control scripts for all existing Blends'
# and compares the generated files
+DEBUG=0
+
dodiff() {
for file in $1/*
do
filename=`basename $file`
if [ $filename != "readme" ]
then
- echo "Comparing $1/$filename with $1-sec/$filename"
+ if [ $DEBUG != 0 ] ; then
+ echo "Comparing $1/$filename with $1-sec/$filename"
+ fi
diff $1/$filename $1-sec/$filename
fi
done
--
Git repository for blends-gsoc code
More information about the Blends-commit
mailing list