mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
makefile passes native parameter to tests
This commit is contained in:
parent
b76ced7144
commit
f5f5a40abd
3
Makefile
3
Makefile
@ -6,8 +6,9 @@ host=localhost
|
||||
port=5432
|
||||
database=postgres
|
||||
verbose=false
|
||||
native=false
|
||||
|
||||
params := -u $(user) --password $(password) -p $(port) -d $(database) -h $(host) --verbose $(verbose)
|
||||
params := -u $(user) --password $(password) -p $(port) -d $(database) -h $(host) --verbose $(verbose) --native $(native)
|
||||
|
||||
node-command := xargs -n 1 -I file node file $(params)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user