From 6103228ee951c7c8bf5d425471b7c440980c6044 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 9 Jun 2021 02:31:33 +0300 Subject: - Update CI (add new tests) - Add path scan with regex (find .php/.ph/.sh scripts). When found, try to stat path for potential fix for the [file not exists problem] Signed-off-by: Valery Piashchynski --- tests/plugins/server/plugin_pipes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/server/plugin_pipes.go') diff --git a/tests/plugins/server/plugin_pipes.go b/tests/plugins/server/plugin_pipes.go index af34b4d3..f1c13734 100644 --- a/tests/plugins/server/plugin_pipes.go +++ b/tests/plugins/server/plugin_pipes.go @@ -67,7 +67,7 @@ func (f *Foo) Serve() chan error { return errCh } if cmd == nil { - errCh <- errors.E(op, "command is nil") + errCh <- errors.E(op, errors.Str("command is nil")) return errCh } -- cgit v1.2.3