diff --git a/script/integration.go b/script/integration.go index ddd9541b..0092c0ab 100644 --- a/script/integration.go +++ b/script/integration.go @@ -94,8 +94,6 @@ func runTest(output chan string, testname string) { cmd.Process.Kill() return } - - sendTestOutput(output, testname, buf, nil) } func sendTestOutput(output chan string, testname string, buf *bytes.Buffer, err error) {