Skip to content

Commit 9a19c66

Browse files
committed
SeasideSt/Seaside#1355: force a GsDevKit_home run using Seaside:issue_1355
1 parent a51f6af commit 9a19c66

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/seaside3Install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ $JAVA -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.chrome.logfile=${TRAVIS
2323

2424
startStone -b ${STONENAME1}
2525

26+
here=`pwd`
27+
gsrepos
28+
git clone https://github.com/SeasideSt/Seaside.git
29+
cd Seaside
30+
git checkout issue_1355
31+
cd $here
32+
2633
# test the Getting started with Seaside instructions
2734
"$GS_HOME/bin/private/gsDevKitTodeCommandLine" todeIt ${STONENAME1} << EOF
2835
# after test run, <self> will be a TestResult

0 commit comments

Comments
 (0)