noop: allow specifying debug file in config JSON
authorDan Williams <dcbw@redhat.com>
Fri, 16 Dec 2016 19:53:51 +0000 (13:53 -0600)
committerDan Williams <dcbw@redhat.com>
Thu, 19 Jan 2017 15:56:42 +0000 (09:56 -0600)
commit0a1b48f520704cfdaf8f720feb78235255bdfc87
tree699ef57299a9735ea2ad0c63885411f34275df6b
parent530dd71e193012895ff7beee42cd64a02e1993da
noop: allow specifying debug file in config JSON

Chaining sends different config JSON to each plugin, but the same
environment, and if we want to test multiple noop plugin runs in
the same chain we need a way of telling each run to use a different
debug file.
plugins/test/noop/main.go
plugins/test/noop/noop_test.go