SQOOP-3406 Sqoop should not try to execute test category interfaces as tests with Ant

(Szabolcs Vasas via Fero Szabo)
diff --git a/build.xml b/build.xml
index 995a513..a0e2519 100644
--- a/build.xml
+++ b/build.xml
@@ -946,7 +946,10 @@
       <batchtest todir="${build.test}" unless="testcase">
         <fileset dir="${test.dir}"
                  includes="**/${test.pattern}.java"
-                 excludes="**/${test.exclude}.java" />
+                 excludes="**/${test.exclude}.java,**/KerberizedTest.java,**/IntegrationTest.java,**/SqoopTest.java,
+                 **/UnitTest.java,**/CubridTest.java,**/Db2Test.java,**/MainFrameTest.java,**/MysqlTest.java,
+                 **/NetezzaTest.java,**/OracleTest.java,**/PostgresqlTest.java,**/S3Test.java,**/SqlServerTest.java,
+                 **/ThirdPartyTest.java"/>
       </batchtest>
       <batchtest todir="${build.test}" if="testcase">
         <fileset dir="${test.dir}" includes="**/${testcase}.java"/>