From d33535a7f0471ec013d9fb37ffff643f1381edfc Mon Sep 17 00:00:00 2001 From: scardinius Date: Tue, 26 May 2015 12:35:00 +0200 Subject: [PATCH] Update test.sh --- tools/scripts/npm/test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/scripts/npm/test.sh b/tools/scripts/npm/test.sh index 1a114feaae..9863e9c332 100644 --- a/tools/scripts/npm/test.sh +++ b/tools/scripts/npm/test.sh @@ -2,13 +2,13 @@ if which node_modules/karma/bin/karma >> /dev/null; then if which nodejs >> /dev/null; then ## Debian - nodejs node_modules/karma/bin/karma start + nodejs node_modules/karma/bin/karma start --browsers PhantomJS_custom else ## Official - node node_modules/karma/bin/karma start + node node_modules/karma/bin/karma start --browsers PhantomJS_custom fi elif which karma >> /dev/null ; then - karma start + karma start --browsers PhantomJS_custom else echo "ERROR: Failed to find karma" exit 1 -- 2.25.1