Этот коммит содержится в:
hgouchet 2018-09-29 00:14:45 +02:00
родитель 5bd9dce5d6
коммит 6943e03b65

Просмотреть файл

@ -6,14 +6,12 @@ import (
"os"
"os/exec"
"path/filepath"
"regexp"
"syscall"
"github.com/DATA-DOG/godog"
"github.com/DATA-DOG/godog/colors"
)
var statusMatch = regexp.MustCompile("^exit status (\\d+)")
var parsedStatus int
func buildAndRun() (int, error) {