Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
c7cdd77f99dece73f223597263f8495c15d7f35f
/
.
/
loop
/
update_tests.sh
blob: 1e78eddce3355c1a24e9add316beea6ac9e2641d [
file
] [
log
] [
blame
]
#!/bin/bash
SCRIPT_DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
CURRENT_DIR
=
$
(
pwd
)
cd
"$SCRIPT_DIR"
go test
-
httprecord
.
go test
cd
"$CURRENT_DIR"