Skip to content

Commit

Permalink
Merge pull request #19 from visit-dav/task/brugger1/2019_01_25_regres…
Browse files Browse the repository at this point in the history
…sion_scripts

Replace some references to pascal with $testHost in the regression test script.
  • Loading branch information
brugger1 committed Jan 25, 2019
2 parents 0331783 + 6d14756 commit 8723413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tools/dev/scripts/regressiontest_surface
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,11 @@ if test "$post" = "true" ; then
cd ../..
if test "\$hasFailed" = ""; then
gitHead=\`git log -1 | grep "^commit" | cut -d' ' -f2\`
git checkout src/tools/dev/scripts/lastpass_pascal
git checkout src/tools/dev/scripts/lastpass_$testHost
rm -f src/tools/dev/scripts/lastpass_$testHost
echo "\$gitHead" > src/tools/dev/scripts/lastpass_$testHost
git add src/tools/dev/scripts/lastpass_pascal
git commit -m "Update the last test suite pass on pascal."
git add src/tools/dev/scripts/lastpass_$testHost
git commit -m "Update the last test suite pass on $testHost."
git pull
git push
fi
Expand Down

0 comments on commit 8723413

Please sign in to comment.