cdecker / lightning-integration

Lightning Integration Testing Framework
Other
74 stars 31 forks source link

Tweak on `python cli.py postprocess` #36

Closed ghost closed 6 years ago

ghost commented 6 years ago

This PR contains 3 commits:

b73fca3

Currently, python cli.py postprocess does 2 things:

The latter seems unnecessary for people doing postprocess as just preparation for make site. so I separate that feature as an another command: python cli.py upload <report_id>.

becbf26

Currently, the version of ptarmigan doesn't affects report_id. so I fixed it.

34f6093

When lightning-integration is in docker container that mounts output/ to host, rm -rf output fails. so I fixed it.