# HG changeset patch # User Martin Soch # Date 1355177203 -3600 # Node ID 0342e4c7f5ea0781b36d64058b886d341befa0de # Parent fbeed56ff3e32eee7e4b82d53b21cecfcc7ca090 Disabling DEBUG mode in JSTestDriver, providing a new script to run Firefox. diff -r fbeed56ff3e3 -r 0342e4c7f5ea benchmarks/matrix-multiplication/pom.xml --- a/benchmarks/matrix-multiplication/pom.xml Mon Dec 10 20:07:05 2012 +0100 +++ b/benchmarks/matrix-multiplication/pom.xml Mon Dec 10 23:06:43 2012 +0100 @@ -54,13 +54,13 @@ 1.3.2.5 9876 - /usr/bin/firefox + ${basedir}/../run-firefox.sh 720 all jsTestDriver.conf true ${basedir}/target/testOutput - DEBUG + diff -r fbeed56ff3e3 -r 0342e4c7f5ea benchmarks/run-firefox.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/benchmarks/run-firefox.sh Mon Dec 10 23:06:43 2012 +0100 @@ -0,0 +1,2 @@ +#!/bin/bash +/usr/bin/firefox --display=`echo $DISPLAY` "$@"