jasmine-node needs to catch errors, and exit with non-zero status code
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 1 Nov 2013 18:34:00 +0000 (18:34 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 1 Nov 2013 18:34:00 +0000 (18:34 +0000)
test/Makefile

index 532e776..8891679 100644 (file)
@@ -9,7 +9,7 @@ distclean:
        
 
 check:
-       jasmine-node ./spec 
+       jasmine-node --captureExceptions ./spec 
 
 test: check