Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
737ac87c65f0c7977e5d6922bd0e1a8254acdd92
/
.
/
claudetool
/
codereview
/
update_tests.sh
blob: 2d75df4d3ec858528e2c0ec9cf063c6734929f42 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
SCRIPT_DIR
=
"$(cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd)"
CURRENT_DIR
=
$
(
pwd
)
cd
"$SCRIPT_DIR"
go test
-
update
.
cd
"$CURRENT_DIR"