force exit once tests complete
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 10 Dec 2013 13:18:13 +0000 (13:18 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 10 Dec 2013 13:18:13 +0000 (13:18 +0000)
this should solve the problem that jasmine-node waits for a
pz2 request response and fails due an alert() error message

test/Makefile

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