From a067ececd5a24ff6405470a35cc45b156a8a9497 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Tue, 23 Jun 2020 19:57:40 +0200 Subject: [PATCH] fix: do not double-start command closes #21 --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 9a28ed7..3a335f2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -152,7 +152,6 @@ GO_TEST_BINARY="gotest" go scan(&wg, stdout) check(c.Wait()) - check(c.Start()) wg.Wait() }