changeset 350:b643fc53dbf5

Added the missing site name
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 16:32:46 +0900
parents 734187f7111c
children 0aa95dd79d0f
files contrib/nightly_tests/runtests.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
        #######################################################################
"Welcome to our mercurial repository"