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