# HG changeset patch # User Sebastien Decugis # Date 1277864089 -32400 # Node ID 818a787ae5f8ccf3f289a76a671384f40af5a87a # Parent 5d988e250308805c570f28a16fc91e1a8b38c718 Couple of fixes diff -r 5d988e250308 -r 818a787ae5f8 contrib/nightly_tests/allext.conf --- a/contrib/nightly_tests/allext.conf Tue Jun 29 17:19:28 2010 +0900 +++ b/contrib/nightly_tests/allext.conf Wed Jun 30 11:14:49 2010 +0900 @@ -7,7 +7,7 @@ set(CTEST_BUILD_OPTIONS "") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON") -set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=\"user=test dbname=test\"") +set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=\"user=test\\ dbname=test\"") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_MONITOR:BOOL=ON") set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_RT:BOOL=ON") diff -r 5d988e250308 -r 818a787ae5f8 contrib/nightly_tests/runtests.sh --- a/contrib/nightly_tests/runtests.sh Tue Jun 29 17:19:28 2010 +0900 +++ b/contrib/nightly_tests/runtests.sh Wed Jun 30 11:14:49 2010 +0900 @@ -46,8 +46,10 @@ # Now, for each test in the list for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do - # Create the work environment - mkdir $WORKDIR/$t + # Create the work environment if needed + if [ ! -d $WORKDIR/$t]; then + mkdir $WORKDIR/$t + fi #### Create the script