force exit once tests complete
[mkws-moved-to-github.git] / test / Makefile
index 8891679..a4b0389 100644 (file)
@@ -9,7 +9,7 @@ distclean:
        
 
 check:
-       jasmine-node --captureExceptions ./spec 
+       jasmine-node --captureExceptions --forceexit ./spec 
 
 test: check