This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from edeeccd Don't render empty run report sections new 491aef1 Print result URL for `lnt submit`
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/lnttool/main.py | 23 ++++++--- tests/SharedInputs/sample-report.json | 55 ++++++++++++++++++++++ .../server_wrapper.sh} | 30 +++++------- tests/lnttool/submit.py | 31 ++++++++++++ tests/runtest/nt.py | 10 ++-- tests/runtest/rerun.py | 10 ++-- 6 files changed, 128 insertions(+), 31 deletions(-) create mode 100644 tests/SharedInputs/sample-report.json rename tests/{runtest/Inputs/runtest_server_wrapper.sh => SharedInputs/server_wrap [...] create mode 100644 tests/lnttool/submit.py