From: Wolfram Schneider Date: Fri, 1 Nov 2013 18:34:00 +0000 (+0000) Subject: jasmine-node needs to catch errors, and exit with non-zero status code X-Git-Tag: 0.9.1~150^2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=c6573b00a7fd15722df7ca5155a46fff05b1040c;p=mkws-moved-to-github.git jasmine-node needs to catch errors, and exit with non-zero status code --- diff --git a/test/Makefile b/test/Makefile index 532e776..8891679 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,7 @@ distclean: check: - jasmine-node ./spec + jasmine-node --captureExceptions ./spec test: check