diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-28 14:09:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-28 14:09:12 +0000 |
commit | 785e803259c2662c56f704ef7e49bac53ed14ab2 (patch) | |
tree | 6a468a73120315061618dd5501472199e1a28a7a /scripts/auto-build | |
parent | b61e18f68241ee422a024140d8f2c9c86475a716 (diff) |
added a test for success to repvent logs from being mailed if it succeeds
svn path=/trunk/; revision=11193
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/pd-desiredata-auto-builder.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |