From: Michael Chase-S. <mc...@us...> - 2013-04-30 17:10:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via f0b2e535f2542ab42d9cf656670837e22917866f (commit) from 8d59a3be6a5cba4a2484932b77bd85ca705e7dab (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f0b2e535f2542ab42d9cf656670837e22917866f Author: Michael Chase-Salerno <br...@li...> Date: Tue Apr 30 13:08:44 2013 -0400 [sfcb-tix:#40] Add valgrind test Tweaks to ABT invocation ----------------------------------------------------------------------- Summary of changes: test/ABT/ABTScript | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/test/ABT/ABTScript b/test/ABT/ABTScript index 93d9139..26d0ec0 100755 --- a/test/ABT/ABTScript +++ b/test/ABT/ABTScript @@ -120,8 +120,15 @@ SFCB_VALGRIND() # Check the Valgrind output if it's there if [ -f /tmp/sfcb-vgout ] then - echo "Checking Valgrind output...." - ./parseVG.pl + DUALOUT "Checking Valgrind output...." + if $BASE_DIR/sfcb/test/ABT/parseVG.pl >> $BASE_DIR/$REPORT_SUMMARY + then + DUALOUT "Complete" + else + DUALOUT "Complete" + RC=1 + cp $BASE_DIR/sfcb/sfcbLeaks.txt $REPORTDIR + fi fi } SFCB_TESTS() hooks/post-receive -- sfcb - Small Footprint CIM Broker |