summaryrefslogtreecommitdiff
path: root/plugins.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-03-18 22:19:07 -0400
committerDave Henderson <dhenderson@gmail.com>2023-03-19 21:18:00 -0400
commit6b55748241bd55a7ffcf1c77ba474687228094f6 (patch)
tree0cdca6e2a894721df334dd830a8e96426bf36f7f /plugins.go
parentea85e7d1f5be43635024f8a291838c09429a396f (diff)
Add make test-remote-windows target to run tests on remote Windows host
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'plugins.go')
-rw-r--r--plugins.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.go b/plugins.go
index b448a950..518f0142 100644
--- a/plugins.go
+++ b/plugins.go
@@ -146,7 +146,7 @@ func (p *plugin) run(args ...interface{}) (interface{}, error) {
start := time.Now()
err := c.Start()
if err != nil {
- return nil, err
+ return nil, fmt.Errorf("starting command: %w", err)
}
// make sure all signals are propagated