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…
Reference in New Issue
Block a user