From 2cbaa06b13d2eabbac1833781590ec5adef7f727 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 9 Apr 2009 08:06:16 +0000
Subject: [PATCH] run tests before check restrictions

SVN: 10645
---
 build_resources/ant/build-common.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_resources/ant/build-common.xml b/build_resources/ant/build-common.xml
index d0ba6b6798c..5ea34d76e4d 100644
--- a/build_resources/ant/build-common.xml
+++ b/build_resources/ant/build-common.xml
@@ -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">
-- 
GitLab