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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

deadalnix added inline comments.
test/functional/test_runner.py
177 ↗(On Diff #10339)

-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 ↗(On Diff #10339)

Ya this threw me off as well. Fixed in D3692