commit 81ae8962b5e08c36504ca48c251b7a833fa060f0
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Apr 30 12:25:22 2020 -0500
fix(pluginActions): Plugin output action does not have to be JSON.
THe output of a running plugin response to an action has never been
guaranteed to be JSON, or even something convertible to JSON. Fix
that broken assumption by just converting it to a string if it cannot
be unmarshalled to JSON.
M backend/requestTracker.go
M backend/runningPlugin.go
M clitest/bootenv_test.go
M clitest/test-data/output/TestUnknownBootEnvRerender/contents.destroy.fred.2/stderr.expect
M clitest/test-data/output/TestUnknownBootEnvRerender/contents.destroy.fred.2/stdout.expect
M clitest/test-data/output/TestUnknownBootEnvRerender/contents.destroy.fred/stderr.expect
M clitest/test-data/output/TestUnknownBootEnvRerender/contents.destroy.fred/stdout.expect
M clitest/test-data/output/TestUnknownBootEnvRerender/files.static.pxelinux.cfg/default.5/stdout.expect
End of Note