Page MenuHomePhabricator

[test_runner] Fix junitoutput typo
ClosedPublic

Authored by jasonbcox on Jul 17 2019, 21:27.

Details

Summary

See title.

Test Plan
test_runner.py -ju junit_results2.xml
test_runner.py --junitoutput junit_results3.xml

Diff Detail

Repository
rABC Bitcoin ABC
Branch
junittypo
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6882
Build 11811: Bitcoin ABC Buildbot (legacy)
Build 11810: arc lint + arc unit

Event Timeline

deadalnix added inline comments.
test/functional/test_runner.py
177

-ju is absolutely non standard. unidashed parameter are uni letters, contrary to double dashed ones.

This revision is now accepted and ready to land.Jul 17 2019, 23:28
This revision was automatically updated to reflect the committed changes.
test/functional/test_runner.py
177

Ya this threw me off as well. Fixed in D3692