Update test.sh
authorscardinius <scardinius@users.noreply.github.com>
Tue, 26 May 2015 10:35:00 +0000 (12:35 +0200)
committerscardinius <scardinius@users.noreply.github.com>
Tue, 26 May 2015 10:35:00 +0000 (12:35 +0200)
tools/scripts/npm/test.sh

index 1a114feaae6df8db7162f5d1e6ba7e990e7062b3..9863e9c332f5ffdb7f5554ce1b2c172f22616e67 100644 (file)
@@ -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