]> granicus.if.org Git - graphviz/commit
test 1594: [nfc] tell 'subprocess' to discard stdout
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Feb 2022 10:26:56 +0000 (21:26 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Feb 2022 06:58:44 +0000 (17:58 +1100)
commitfa3e039b44b3758ff82dba5afd733af883ca3fc1
tree9c69df5e2a78c0bf2808c8b752399451ff899b37
parent6a9f3216e6f645eb16a630855f8068a23ea1f65a
test 1594: [nfc] tell 'subprocess' to discard stdout

This test case was capturing stdout and then discarding it. It is more efficient
to just attach stdout directly to /dev/null.
rtest/test_regression.py