From: Michael Chase-S. <mc...@us...> - 2013-04-22 22:11:40
|
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 e871329340110213d9978c0bccb2e28b86ecf11c (commit) from 55887c1db42af7da05efb54b5afffd7bd59bf3b2 (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 e871329340110213d9978c0bccb2e28b86ecf11c Author: Michael Chase-Salerno <br...@li...> Date: Mon Apr 22 18:11:06 2013 -0400 [sfcb-tix:#40] Add valgrind test Error in init file creation ----------------------------------------------------------------------- Summary of changes: configure.ac | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index bd07712..0b903e9 100644 --- a/configure.ac +++ b/configure.ac @@ -260,6 +260,8 @@ AM_CONDITIONAL(PROVTEST,[test "$test_providers" == "yes"]) AM_CONDITIONAL(PROVTEST,[test "$test_local" == "yes"]) AM_CONDITIONAL(VALGRIND,[test "$test_valgrind"]) +KILLEXEC="sfcbd" +AC_SUBST(KILLEXEC) if [test "$enable_tests"]; then # The order of TEST_SUBDIRS determines test # execution order. @@ -322,9 +324,6 @@ if [test "$enable_tests"]; then TEST_SUBDIRS="$TEST_SUBDIRS finaltest" AC_SUBST(TEST_SUBDIRS) -else - KILLEXEC="sfcbd" - AC_SUBST(KILLEXEC) fi if [test "$test_gcov" == "yes"]; then hooks/post-receive -- sfcb - Small Footprint CIM Broker |