I just noticed that running tests spins up GUI. Shouldn't happen, and this should take care of it.

This commit is contained in:
szegedia%freemail.hu 2007-10-07 17:21:29 +00:00
Родитель a13995ab57
Коммит 361b03f27a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -101,6 +101,7 @@
<target name="junit" depends="junit-compile,coverage-instrument">
<junit printsummary="on" fork="true" forkmode="once" maxmemory="${test.vm.mx}" showoutput="true">
<sysproperty key="java.awt.headless" value="true" />
<sysproperty key="mozilla.js.tests" value="${test.library.dir}" />
<sysproperty key="mozilla.js.tests.timeout" value="${test.timeout}" />
<sysproperty key="emma.coverage.out.file" value="${coverage.outfile}"/>