Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 680 Bytes

developer_guide.md

File metadata and controls

18 lines (12 loc) · 680 Bytes

Building Helios

TODO

Use bin/helios and bin/helios-master to start the Helios CLI and server (respectively) from the locally-built project.

Running helios-system-tests locally

If you are running helios-system-tests locally and are wondering where the slf4j/logback output is when the tests are being run, SystemTestBase will by default configure logback to be extra verbose and to write logs to /tmp/helios-test/log/.

This behavior can be disabled by disabling the logToFile system property when maven-surefire-plugin is invoked.