gitlab.com/aquachain/aquachain@v1.17.16-rc3.0.20221018032414-e3ddf1e1c055/testing/test-short-only.bash (about)

     1  set -e
     2  set -eo pipefail
     3  #tmp1=$(go list ./... 2>/dev/null)
     4  tmp1=$(go list ./... 2>/dev/null| egrep -v 'p2p|fetchers|downloader|peer|simulation')
     5  set -x
     6  CGO_ENABLED=${CGO_ENABLED-0} go test $@ $tmp1 # accepts any flag
     7  
     8