Changes between Version 169 and Version 170 of WikiStart


Ignore:
Timestamp:
04/29/19 10:11:54 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v169 v170  
    359359A stand-alone runner can now be started as follows
    360360{{{
    361 java -cp simplerunner...jar genius2.simplerunner.SessionRunner src/test/resources/settings.json
    362 }}}
    363 
     361java -cp simplerunner...with-dependencies.jar genius2.simplerunner.SessionRunner src/test/resources/settings.json
     362}}}
     363
     364When the protocol is completed, the runner prints out the final state which usually contains all actions that were done as well.
    364365
    365366= Debugging =