Skip to content
Snippets Groups Projects
Commit 628a2723 authored by Yadd's avatar Yadd
Browse files

Remove bson test patch

parent 2184a8cb
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -17,7 +17,6 @@ override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd requireoptional && mkdir node_modules && cd node_modules && ln -s ../../bson && cd - && mocha
rm -rf requireoptional/node_modules
cd bson && nodeunit ./test/node
mkdir node_modules && cd node_modules && ln -s ../requireoptional require_optional && ln -s ../bson && ln -s ../mongodb-core
node index.js
rm -rf node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment