Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
refs/heads/main
/
.
/
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"