Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Commit

Permalink
use latest version of whiskey that allows us to remove thrift generat…
Browse files Browse the repository at this point in the history
…ed files form the coverage report
  • Loading branch information
devdazed committed Jan 12, 2012
1 parent 53f367f commit 9da4240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,10 +1,10 @@
TEST_FILES=$(wildcard test/*.js) TEST_FILES=$(wildcard test/*.js)


test: test:
NODE_PATH=lib/ node_modules/whiskey/bin/whiskey --scope-leaks --tests "$(TEST_FILES)" NODE_PATH=lib/ node_modules/whiskey/bin/whiskey --real-time --scope-leaks --tests "$(TEST_FILES)"


test-cov: test-cov:
NODE_PATH=lib-cov/ node_modules/whiskey/bin/whiskey -real-time --scope-leaks --coverage --coverage-reporter html --coverage-dir test/coverage --tests "$(TEST_FILES)" NODE_PATH=lib-cov/ node_modules/whiskey/bin/whiskey --real-time --scope-leaks --coverage --coverage-reporter html --coverage-dir test/coverage --coverage-no-instrument cassandra --tests "$(TEST_FILES)"
rm -rf lib-cov rm -rf lib-cov


doc: doc:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"node-uuid":"1.3.3" "node-uuid":"1.3.3"
} }
, "devDependencies": { , "devDependencies": {
"whiskey": "*" "whiskey": "git://github.com/cloudkick/whiskey.git#b3c5bc23e30c95e46083bc7628c2557c1c15ec95"
, "JSDoc": "git://github.com/micmath/jsdoc.git" , "JSDoc": "git://github.com/micmath/jsdoc.git"
} }
, "scripts": { , "scripts": {
Expand Down

0 comments on commit 9da4240

Please sign in to comment.