commit | b5684c48e1e37ff8fb1cf6cc42cae31bd2da37d8 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Tue Jan 20 17:19:47 2015 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Tue Jan 20 17:19:47 2015 -0800 |
tree | 037b8c1c2016ce27dacc02f6d7a67643f90d9fea | |
parent | b176d40398f4a6f15fc3f63ef55fb064eca13ee3 [diff] |
Add the command line to the AssertionError raised by test.script_helper's Python subprocess failure assertion error messages for easier debugging. Adds a unittest for test.script_helper to confirm that this code works as it is otherwise uncovered by an already passing test suite that uses it. :)