From 785e803259c2662c56f704ef7e49bac53ed14ab2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Apr 2009 14:09:12 +0000 Subject: added a test for success to repvent logs from being mailed if it succeeds svn path=/trunk/; revision=11193 --- scripts/auto-build/pd-desiredata-auto-builder.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/auto-build/pd-desiredata-auto-builder.sh b/scripts/auto-build/pd-desiredata-auto-builder.sh index 017c0872..3e4c4ed4 100755 --- a/scripts/auto-build/pd-desiredata-auto-builder.sh +++ b/scripts/auto-build/pd-desiredata-auto-builder.sh @@ -17,4 +17,6 @@ echo "build root: $auto_build_root_dir" rsync_distro "$auto_build_root_dir" cd "${auto_build_root_dir}/desiredata/src" -./configure && make +./configure \ + && make \ + && echo SUCCESS -- cgit v1.2.1