...

Text file src/go.opencensus.io/plugin/ochttp/testdata/download-test-cases.sh

Documentation: go.opencensus.io/plugin/ochttp/testdata

     1# This script downloads latest test cases from specs
     2
     3# TODO: change the link to when test cases are merged to specs repo
     4
     5curl https://raw.githubusercontent.com/census-instrumentation/opencensus-specs/master/trace/http-out-test-cases.json -o http-out-test-cases.json

View as plain text