switched to ./koch --print html

This commit is contained in:
Simon Hafner
2015-06-18 13:59:22 -05:00
parent 0d40fd7552
commit 3d77d2b29f

View File

@@ -110,6 +110,5 @@ Then you can ask the tester to create a `testresults.html` which will
tell you if any new tests passed/failed.
```bash
./koch html $DEVEL_COMMIT
(xdg-)open testresults.html
./koch --print html $DEVEL_COMMIT
```