Update to new LZMA to fix global variable leakage
Stop ignoring leaks during testing
This commit is contained in:
parent
1b6a662a72
commit
de24e7fc34
5
Makefile
5
Makefile
@ -14,11 +14,8 @@ check-local: config/environments/test.js
|
||||
test/unit/cartodb/redis_pool.test.js \
|
||||
test/unit/cartodb/req2params.test.js \
|
||||
test/acceptance/cache_validator.js \
|
||||
test/acceptance/multilayer.js
|
||||
# FIXME: LZMA module leaks a variable, waiting for new release
|
||||
# https://github.com/nmrugg/LZMA-JS/issues/8
|
||||
MOCHA_OPTS="--ignore-leaks" ./run_tests.sh --nocreate ${RUNTESTFLAGS} \
|
||||
test/acceptance/server.js \
|
||||
test/acceptance/multilayer.js
|
||||
|
||||
check-submodules:
|
||||
PATH="$$PATH:$(srcdir)/node_modules/.bin/"; \
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -347,7 +347,7 @@
|
||||
"version": "0.7.22"
|
||||
},
|
||||
"lzma": {
|
||||
"version": "1.2.2"
|
||||
"version": "1.2.3"
|
||||
},
|
||||
"semver": {
|
||||
"version": "1.1.4"
|
||||
|
@ -28,7 +28,7 @@
|
||||
"hiredis": "~0.1.14",
|
||||
"request": "2.9.202",
|
||||
"mapnik": "~0.7.14",
|
||||
"lzma": "~1.2.2"
|
||||
"lzma": "~1.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "1.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user