Navigation


Changeset 350:b643fc53dbf5 in freeDiameter for contrib/nightly_tests/runtests.sh


Ignore:
Timestamp:
Jun 29, 2010, 4:32:46 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added the missing site name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/runtests.sh

    r349 r350  
    8282   cat $WORKDIR/$t/params.conf >> $WORKDIR/$t/CTestScript.cmake
    8383   
     84   # Overwrite with all the local data (site name, ...)
     85   echo "######## Local site data: "  >> $WORKDIR/$t/CTestScript.cmake
     86   cat $ROOTDIR/local.cmake >> $WORKDIR/$t/CTestScript.cmake
     87   
    8488   # Now, the remaining of the script
    8589   cat >> $WORKDIR/$t/CTestScript.cmake << EOF
Note: See TracChangeset for help on using the changeset viewer.