Skip to content

Commit

Permalink
hpi-swa#105 documentation checkpoint [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Apr 11, 2016
1 parent e320154 commit 2c1f0c5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion gemstone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,23 @@ createClient -t pharo seaside_Pharo4.0 -v Pharo4.0 -z $GS_HOME/shared/repos/Seas
Then run the client tests:

```
startClient seaside_Pharo4.0 -f -s seaside32_330 -z $GS_HOME/shared/repos/Seaside/.smalltalk.ston -r -t seaside_test
startClient seaside_Pharo4.0 -f -z $GS_HOME/shared/repos/Seaside/.smalltalk.ston -r -t seaside_test
```

By using the -f option, the code will be loaded into the client pharo image every time run make a run, so you will pick up the latest code and tests.

To interactively run/debug tests:

```
startClient seaside_Pharo4.0 -f -z $GS_HOME/shared/repos/Seaside/.smalltalk.ston
```

or simply:

```
startClient seaside_Pharo4.0
```

[1]: ./pngs/travisErrorStack.png
[2]: https://github.com/GsDevKit/GsDevKit_home
[3]: ./pngs/todeTestFailureMessage.png
Expand Down

0 comments on commit 2c1f0c5

Please sign in to comment.