File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,14 @@ test-connection:
35
35
36
36
test-missing-native :
37
37
@echo " ***Testing optional native install***"
38
- @rm -rf node_modules/pg-native
39
- @rm -rf node_modules/libpq
40
38
@node test/native/missing-native.js
41
- @rm -rf node_modules/pg-native
42
- @rm -rf node_modules/libpq
43
39
44
- node_modules/pg-native/index.js :
45
- @npm i --no-save pg-native
46
-
47
- test-native : node_modules/pg-native/index.js test-connection
40
+ test-native : test-connection
48
41
@echo " ***Testing native bindings***"
42
+ @npm i --no-save pg-native
49
43
@find test/native -name " *-tests.js" | $(node-command )
50
44
@find test/integration -name " *-tests.js" | $(node-command ) native
45
+ @npm uninstall pg-native
51
46
52
47
test-integration : test-connection
53
48
@echo " ***Testing Pure Javascript***"
You can’t perform that action at this time.
0 commit comments