We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379cc12 commit d91d26aCopy full SHA for d91d26a
1 file changed
docs/guides/development.md
@@ -57,10 +57,11 @@ MYSQL_DATABASE dinotest
57
## Regenerate expected test output
58
59
If you need to update a large number of expected test output in the
60
-`internal/endtoend/testdata` directory, run the `regenerate.sh` script.
+`internal/endtoend/testdata` directory, run the `regenerate` script.
61
62
```
63
-make regen
+go build -o ~/go/bin/sqlc-dev ./cmd/sqlc
64
+go run scripts/regenerate/main.go
65
66
67
Note that this uses the `sqlc-dev` binary, not `sqlc` so make sure you have an
0 commit comments