We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51f6af commit 9a19c66Copy full SHA for 9a19c66
tests/seaside3Install.sh
@@ -23,6 +23,13 @@ $JAVA -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.chrome.logfile=${TRAVIS
23
24
startStone -b ${STONENAME1}
25
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
+
33
# test the Getting started with Seaside instructions
34
"$GS_HOME/bin/private/gsDevKitTodeCommandLine" todeIt ${STONENAME1} << EOF
35
# after test run, <self> will be a TestResult
0 commit comments