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