From 2a952a8c2699eae6061867176189e5e770d76f45 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 10 Dec 2013 13:18:13 +0000 Subject: [PATCH] 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 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4