blob: c5a78685a905100dc9ba0a3b152a4df1397e741f [file] [log] [blame]
#!/bin/bash
export GOPATH=$(dirname $(dirname $PWD))
outfile=gotest.out
go test -v | tee $outfile
go2xunit -fail -input $outfile -output tests.xml