Skip to content
Snippets Groups Projects
Commit 2cbaa06b authored by felmer's avatar felmer
Browse files

run tests before check restrictions

SVN: 10645
parent a08e6217
No related branches found
No related tags found
No related merge requests found
......@@ -109,10 +109,10 @@
</target>
<target name="ci">
<antcall target="check-restrictions" />
<antcall target="run-tests">
<param name="test.suite" value="tests.xml" />
</antcall>
<antcall target="check-restrictions" />
</target>
<target name="check-restrictions" depends="compile, compile-tests">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment