Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
sketch
/
refs/heads/main
/
.
/
claudetool
/
codereview
/
update_tests.sh
blob: 2d75df4d3ec858528e2c0ec9cf063c6734929f42 [
file
] [
log
] [
blame
]
Euan Kemp
aabca2e
2025-07-21 05:44:44 +0000
[
diff
] [
blame
]
1
#!/usr/bin/env bash
Josh Bleecher Snyder
de5f744
2025-05-15 18:32:32 +0000
[
diff
] [
blame
]
2
3
SCRIPT_DIR
=
"$(cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd)"
4
CURRENT_DIR
=
$
(
pwd
)
5
6
cd
"$SCRIPT_DIR"
7
8
go test
-
update
.
9
10
cd
"$CURRENT_DIR"