diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-27 14:47:20 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-04-27 14:47:20 +0000 |
commit | d52de4db44aeee6778bc10f5cc6e3cb7d498bdf5 (patch) | |
tree | 49f5bd8f87025d52e6d9856a023e7514530037e9 | |
parent | 896f70252d67a400ec9137150f84ae0843b82b17 (diff) |
removed echo statement to have emails sent only on errors
svn path=/trunk/; revision=7610
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 1 |
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 |