aboutsummaryrefslogtreecommitdiff
path: root/scripts/auto-build/run-automated-builder
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-27 14:47:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-27 14:47:20 +0000
commitd52de4db44aeee6778bc10f5cc6e3cb7d498bdf5 (patch)
tree49f5bd8f87025d52e6d9856a023e7514530037e9 /scripts/auto-build/run-automated-builder
parent896f70252d67a400ec9137150f84ae0843b82b17 (diff)
removed echo statement to have emails sent only on errors
svn path=/trunk/; revision=7610
Diffstat (limited to 'scripts/auto-build/run-automated-builder')
-rwxr-xr-xscripts/auto-build/run-automated-builder1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder
index bac86e80..ebc8de71 100755
--- a/scripts/auto-build/run-automated-builder
+++ b/scripts/auto-build/run-automated-builder
@@ -35,7 +35,6 @@ run_build_script ()
}
for dir in /home/pd/auto-build/*; do
- echo $dir
dirname=`echo $dir | sed 's|.*/\(.*\)|\1|'`
test -e $dir/scripts/auto-build/${dirname}-auto-builder.sh && \
run_build_script $dirname