github.com/testrecall/reporter@v0.2.3-0.20240102230324-a312dcb6d921/test.sh (about)

     1  #!/bin/bash
     2  
     3  set -eo pipefail
     4  
     5  trap './dist/linux_linux_amd64_v1/reporter -debug true' EXIT
     6  go test -race -count=1 -v 2>&1 ./... | go-junit-report -iocopy -set-exit-code -out report.xml