From c034901ffdbf910887e22b81d86c3a1836b8c3b7 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 7 Apr 2014 18:16:17 +0000 Subject: [PATCH] test with /jasmine-local-popup.html by default This should make it easier to detect if the MKWS / mkadmin setup is broken --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index d4033ec..f92f26b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,7 @@ MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin #PHANTOMJS_URL=https://mkws-dev.indexdata.com/jasmine-popup.html -PHANTOMJS_URL=http://localhost:4040/jasmine-popup.html +PHANTOMJS_URL=http://localhost:4040/jasmine-local-popup.html PHANTOMJS_TIMEOUT=16 NPM_INSTALL_FLAGS=-q -- 1.7.10.4