mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-12-21 05:11:17 +00:00
5 lines
267 B
Bash
5 lines
267 B
Bash
|
# This script downloads latest test cases from specs
|
||
|
|
||
|
# TODO: change the link to when test cases are merged to specs repo
|
||
|
|
||
|
curl https://raw.githubusercontent.com/census-instrumentation/opencensus-specs/master/trace/http-out-test-cases.json -o http-out-test-cases.json
|