...

Text file src/cmd/go/testdata/script/test_n_cover_std.txt

Documentation: cmd/go/testdata/script

     1# Issue 67953: test to make sure that the go commands static coverage
     2# meta-data handling code handles pseudo-packages (ex: "unsafe") properly.
     3
     4[short] skip
     5
     6cd $GOROOT/src
     7go test -vet=off -p=1 -n -coverpkg=internal/coverage/decodecounter internal/coverage/decodecounter sync unsafe

View as plain text