From 1fc47034435ae04af15199ba0670031e56909b35 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 7 Jul 2015 14:14:27 +0000 Subject: [PATCH] call wrapper "bomb" instead bomb.pl --- test/widgets/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 6433265..800ea5c 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,10 +1,9 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com PHANTOMJS_TIMEOUT=30 -PHANTOMJS= perl ../bin/bomb.pl --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs +PHANTOMJS= ../bin/bomb --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 -PERL_SCRIPTS= ../bin/bomb.pl PROG= ../phantom/screenshot.js MD5= $(shell which md5 md5sum) TESTS= koha demos mike # koha.url -- 1.7.10.4