]> granicus.if.org Git - graphviz/commit
fix handling of KFLAGS and TFLAGS in rtest
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 19:32:12 +0000 (12:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Oct 2020 02:15:43 +0000 (19:15 -0700)
commit14c3cfd43e6cbdaf99e299f8b9d3b4946a1541e0
tree1daa09aa00a9017e755eb4572a257f857e0377a0
parent7d4fc5e5ea3b7ccb9f19765b30cb3bb707f22e86
fix handling of KFLAGS and TFLAGS in rtest

This was potentially appending empty strings to the command passed to
subprocess.
rtest/rtest.py