From e69cb603ac5c6b4c613c9cddeffc49671dc3c62d Mon Sep 17 00:00:00 2001 From: William McLendon Date: Mon, 6 Aug 2018 10:09:50 -0600 Subject: [PATCH] Framework: Cleaning up PRTesting Script --- cmake/std/PullRequestLinuxDriver.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/cmake/std/PullRequestLinuxDriver.sh b/cmake/std/PullRequestLinuxDriver.sh index e62c84fd4c98..3419aed4066a 100755 --- a/cmake/std/PullRequestLinuxDriver.sh +++ b/cmake/std/PullRequestLinuxDriver.sh @@ -127,18 +127,6 @@ then echo "There was an issue loading the intel environment. The error code was: $ierror" exit $ierror fi -# --- BEGIN SCAFFOLDING --- -# nurgleflurgle... name match! can we change this to a regex or something to -# allow separate testing jobs!? -#elif [ "Trilinos_pullrequest_gcc_4.9.3_wcmclen_test" == "${JOB_BASE_NAME:?}" ] -#then -# source Trilinos/cmake/std/sems/PullRequestGCC4.9.3TestingEnv.sh -# ierror=$? -# if [[ $ierror != 0 ]]; then -# echo "There was an issue loading the gcc environment. The error code was: $ierror" -# exit $ierror -# fi -# --- END SCAFFOLDING --- else ierror=42 echo "There was an issue loading the proper environment. The error code was: $ierror" @@ -184,12 +172,6 @@ else CONFIG_SCRIPT=PullRequestLinuxGCC4.8.4TestingSettings.cmake elif [ "Trilinos_pullrequest_gcc_4.9.3" == "${JOB_BASE_NAME:?}" ]; then CONFIG_SCRIPT=PullRequestLinuxGCC4.9.3TestingSettings.cmake - # --- BEGIN SCAFFOLDING --- - # nurgleflurgle... name match! can we change this to a regex or something to - # allow separate testing jobs!? - #elif [ "Trilinos_pullrequest_gcc_4.9.3_wcmclen_test" == "${JOB_BASE_NAME:?}" ]; then - # CONFIG_SCRIPT=PullRequestLinuxGCC4.9.3TestingSettings.cmake - # --- END SCAFFOLDING --- fi fi