File tree Expand file tree Collapse file tree 3 files changed +1
-102
lines changed Expand file tree Collapse file tree 3 files changed +1
-102
lines changed Original file line number Diff line number Diff line change 1- .PHONY : build build-endtoend test test-ci test-examples test-endtoend regen start psql mysqlsh proto
1+ .PHONY : build build-endtoend test test-ci test-examples test-endtoend start psql mysqlsh proto
22
33build :
44 go build ./...
@@ -20,9 +20,6 @@ build-endtoend:
2020
2121test-ci : test-examples build-endtoend vet
2222
23- regen : sqlc-dev sqlc-gen-json
24- go run ./scripts/regenerate/
25-
2623sqlc-dev :
2724 go build -o ~ /bin/sqlc-dev ./cmd/sqlc/
2825
Original file line number Diff line number Diff line change @@ -53,16 +53,3 @@ MYSQL_USER root
5353MYSQL_ROOT_PASSWORD mysecretpassword
5454MYSQL_DATABASE dinotest
5555```
56-
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 ` script.
61-
62- ```
63- 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
68- up to date ` sqlc-dev ` binary.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments