go.ligato.io/vpp-agent/v3@v3.5.0/tests/integration/entrypoint.sh (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  exec \
     5    gotestsum --raw-command -- \
     6    test2json -t -p "integration" \
     7    /integration.test -test.v "$@"