diff --git a/testHarness/OpenFOAM/1.6-ext/runDir/Allclean b/testHarness/OpenFOAM/1.6-ext/runDir/Allclean index 7ced9b49c..e19ff8f4d 100755 --- a/testHarness/OpenFOAM/1.6-ext/runDir/Allclean +++ b/testHarness/OpenFOAM/1.6-ext/runDir/Allclean @@ -1,11 +1,11 @@ #!/bin/bash -# /*---------------------------------------------------------------------------*\ +# /*-------------------------------------------------------------------------*\ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright held by original author # \\/ M anipulation | -# ------------------------------------------------------------------------------- +# ----------------------------------------------------------------------------- # License # This file is part of OpenFOAM. # @@ -31,7 +31,7 @@ # # SourceFiles # -# \*---------------------------------------------------------------------------*/ +# \*-------------------------------------------------------------------------*/ #set -x ls -d * | grep -v Allrun | grep -v Allclean | xargs rm -rf diff --git a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_CMakeOnly b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_CMakeOnly index 9c48f137f..220fa2f02 100755 --- a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_CMakeOnly +++ b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_CMakeOnly @@ -1,11 +1,11 @@ #!/bin/bash -# /*---------------------------------------------------------------------------*\ +# /*-------------------------------------------------------------------------*\ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright held by original author # \\/ M anipulation | -# ------------------------------------------------------------------------------- +# ----------------------------------------------------------------------------- # License # This file is part of OpenFOAM. # @@ -31,11 +31,12 @@ # Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved # # -# \*---------------------------------------------------------------------------*/ +# \*-------------------------------------------------------------------------*/ #set -x -# This environment variable must point to the location of the test harness main directory +# This environment variable must point to the location of the test harness +# main directory export FOAM_TEST_HARNESS_DIR=$(dirname $PWD) # First, some sanity checks diff --git a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Experimental b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Experimental index 381dbacef..d4715cd84 100755 --- a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Experimental +++ b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Experimental @@ -1,11 +1,11 @@ #!/bin/bash -# /*---------------------------------------------------------------------------*\ +# /*-------------------------------------------------------------------------*\ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright held by original author # \\/ M anipulation | -# ------------------------------------------------------------------------------- +# ----------------------------------------------------------------------------- # License # This file is part of OpenFOAM. # @@ -30,11 +30,12 @@ # Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved # # -# \*---------------------------------------------------------------------------*/ +# \*-------------------------------------------------------------------------*/ #set -x -# This environment variable must point to the location of the test harness main directory +# This environment variable must point to the location of the test harness +# main directory export FOAM_TEST_HARNESS_DIR=$(dirname $PWD) # First, some sanity checks diff --git a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Nightly b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Nightly index 9820f7e60..cd470df0a 100755 --- a/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Nightly +++ b/testHarness/OpenFOAM/1.6-ext/runDir/Allrun_Nightly @@ -1,11 +1,11 @@ #!/bin/bash -# /*---------------------------------------------------------------------------*\ +# /*-------------------------------------------------------------------------*\ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | # \\ / A nd | Copyright held by original author # \\/ M anipulation | -# ------------------------------------------------------------------------------- +# ----------------------------------------------------------------------------- # License # This file is part of OpenFOAM. # @@ -30,11 +30,12 @@ # Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved # # -# \*---------------------------------------------------------------------------*/ +# \*-------------------------------------------------------------------------*/ #set -x -# This environment variable must point to the location of the test harness main directory +# This environment variable must point to the location of the test harness +# main directory export FOAM_TEST_HARNESS_DIR=$(dirname $PWD) # First, some sanity checks