From: Wolfram Schneider Date: Tue, 10 Dec 2013 13:18:13 +0000 (+0000) Subject: force exit once tests complete X-Git-Tag: 0.9.1~92 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=2a952a8c2699eae6061867176189e5e770d76f45 force exit once tests complete this should solve the problem that jasmine-node waits for a pz2 request response and fails due an alert() error message --- diff --git a/test/Makefile b/test/Makefile index 8891679..a4b0389 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,7 @@ distclean: check: - jasmine-node --captureExceptions ./spec + jasmine-node --captureExceptions --forceexit ./spec test: check