# HG changeset patch # User Sebastien Decugis # Date 1277796766 -32400 # Node ID b643fc53dbf51aaea597c4ffe3a32053d6756ec4 # Parent 734187f7111cb664cfd519b23f834d776919597b Added the missing site name diff -r 734187f7111c -r b643fc53dbf5 contrib/nightly_tests/runtests.sh --- a/contrib/nightly_tests/runtests.sh Tue Jun 29 16:23:00 2010 +0900 +++ b/contrib/nightly_tests/runtests.sh Tue Jun 29 16:32:46 2010 +0900 @@ -81,6 +81,10 @@ # The retrieved parameters will overwrite the defaults cat $WORKDIR/$t/params.conf >> $WORKDIR/$t/CTestScript.cmake + # Overwrite with all the local data (site name, ...) + echo "######## Local site data: " >> $WORKDIR/$t/CTestScript.cmake + cat $ROOTDIR/local.cmake >> $WORKDIR/$t/CTestScript.cmake + # Now, the remaining of the script cat >> $WORKDIR/$t/CTestScript.cmake << EOF #######################################################################