File tree 3 files changed +1
-102
lines changed
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
2
2
3
3
build :
4
4
go build ./...
@@ -20,9 +20,6 @@ build-endtoend:
20
20
21
21
test-ci : test-examples build-endtoend vet
22
22
23
- regen : sqlc-dev sqlc-gen-json
24
- go run ./scripts/regenerate/
25
-
26
23
sqlc-dev :
27
24
go build -o ~ /bin/sqlc-dev ./cmd/sqlc/
28
25
Original file line number Diff line number Diff line change @@ -53,16 +53,3 @@ MYSQL_USER root
53
53
MYSQL_ROOT_PASSWORD mysecretpassword
54
54
MYSQL_DATABASE dinotest
55
55
```
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