blob: e2c26fafafc72819d741441bb8a202b70782c7ec [file] [log] [blame]
#!/bin/bash
# Test script run by jenkins
outfile=gotest.out
go test -gocheck.vv | tee $outfile
go2xunit -gocheck -fail -input $outfile -output tests.xml