testHarness: adjusting some messages for foam-extend

This commit is contained in:
Martin Beaudoin 2015-07-02 21:13:35 -04:00 committed by Dominik Christ
parent 737daeee8c
commit 25357dc569
4 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
Still, I recommand always checking that these two important files are up-to-date:
cp ../CMakeFiles/CMakeLists.txt $WM_PROJECT_DIR
cp ../CMakeFiles/CTestConfig.cmake.openfoam-extend $WM_PROJECT_DIR/CTestConfig.cmake
cp ../CMakeFiles/CTestConfig.cmake.foam-extend $WM_PROJECT_DIR/CTestConfig.cmake
7: Next, running the test loop is pretty simple:
@ -51,7 +51,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
./Allrun_Experimental
8: The results will be published on the CDash dashboard on openfoam-extend.
8: The results will be published on the CDash dashboard on foam-extend.
To see your results:
URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-3.2

View file

@ -65,7 +65,7 @@ if [ ! -e $WM_PROJECT_DIR/CTestConfig.cmake ]
then
echo "Warning:"
echo " Missing file: CTestConfig.cmake under \$WM_PROJECT_DIR. Stopping."
echo " A copy of CTestConfig.cmake for openfoam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " A copy of CTestConfig.cmake for foam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " For a copy of CTestConfig.cmake for your local CDash server, contact your local CDash admin."
echo " Please make a copy of this file under \$WM_PROJECT_DIR/CTestConfig.cmake."
exit -1

View file

@ -64,7 +64,7 @@ if [ ! -e $WM_PROJECT_DIR/CTestConfig.cmake ]
then
echo "Warning:"
echo " Missing file: CTestConfig.cmake under \$WM_PROJECT_DIR. Stopping."
echo " A copy of CTestConfig.cmake for openfoam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " A copy of CTestConfig.cmake for foam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " For a copy of CTestConfig.cmake for your local CDash server, contact your local CDash admin."
echo " Please make a copy of this file under \$WM_PROJECT_DIR/CTestConfig.cmake."
exit -1

View file

@ -64,7 +64,7 @@ if [ ! -e $WM_PROJECT_DIR/CTestConfig.cmake ]
then
echo "Warning:"
echo " Missing file: CTestConfig.cmake under \$WM_PROJECT_DIR. Stopping."
echo " A copy of CTestConfig.cmake for openfoam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " A copy of CTestConfig.cmake for foam-extend is available under $FOAM_TEST_HARNESS_DIR/CMakeFiles."
echo " For a copy of CTestConfig.cmake for your local CDash server, contact your local CDash admin."
echo " Please make a copy of this file under \$WM_PROJECT_DIR/CTestConfig.cmake."
exit -1