Skip to content

Commit

Permalink
SeasideSt/Seaside#1355: force a GsDevKit_home run using Seaside:issue…
Browse files Browse the repository at this point in the history
…_1355
  • Loading branch information
dalehenrich committed Feb 28, 2023
1 parent a51f6af commit 9a19c66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/seaside3Install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ $JAVA -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.chrome.logfile=${TRAVIS

startStone -b ${STONENAME1}

here=`pwd`
gsrepos
git clone https://github.com/SeasideSt/Seaside.git
cd Seaside
git checkout issue_1355
cd $here

# test the Getting started with Seaside instructions
"$GS_HOME/bin/private/gsDevKitTodeCommandLine" todeIt ${STONENAME1} << EOF
# after test run, <self> will be a TestResult
Expand Down

0 comments on commit 9a19c66

Please sign in to comment.