Navigation


Changeset 354:818a787ae5f8 in freeDiameter


Ignore:
Timestamp:
Jun 30, 2010, 11:14:49 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Couple of fixes

Location:
contrib/nightly_tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/allext.conf

    r353 r354  
    88set(CTEST_BUILD_OPTIONS "")
    99set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON")
    10 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\"")
     10set(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\"")
    1111set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON")
    1212set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_MONITOR:BOOL=ON")
  • contrib/nightly_tests/runtests.sh

    r352 r354  
    4747# Now, for each test in the list
    4848for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do
    49    # Create the work environment
    50    mkdir $WORKDIR/$t
     49   # Create the work environment if needed
     50   if [ ! -d $WORKDIR/$t]; then
     51       mkdir $WORKDIR/$t
     52   fi
    5153   
    5254   #### Create the script
Note: See TracChangeset for help on using the changeset viewer.