mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-01 10:21:26 +00:00
Fixed test.system to not execute unit tests.
This commit is contained in:
parent
b74ed407d4
commit
abbd996f9c
1 changed files with 2 additions and 2 deletions
|
@ -344,10 +344,10 @@
|
|||
<junit>
|
||||
<classpath>
|
||||
<path refid="writelatex-git-bridge.module.classpath"/>
|
||||
<pathelement location="${writelatex-git-bridge.testoutput.unit.dir}"/>
|
||||
<pathelement location="${writelatex-git-bridge.testoutput.system.dir}"/>
|
||||
</classpath>
|
||||
<batchtest>
|
||||
<fileset dir="${writelatex-git-bridge.testoutput.unit.dir}">
|
||||
<fileset dir="${writelatex-git-bridge.testoutput.system.dir}">
|
||||
</fileset>
|
||||
</batchtest>
|
||||
<formatter type="brief" usefile="false"/>
|
||||
|
|
Loading…
Reference in a new issue