mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 03:59:18 +08:00
SQOOP-3406 Sqoop should not try to execute test category interfaces as tests with Ant
(Szabolcs Vasas via Fero Szabo)
This commit is contained in:
parent
28896c8df1
commit
65b51b959e
@ -946,7 +946,10 @@
|
|||||||
<batchtest todir="${build.test}" unless="testcase">
|
<batchtest todir="${build.test}" unless="testcase">
|
||||||
<fileset dir="${test.dir}"
|
<fileset dir="${test.dir}"
|
||||||
includes="**/${test.pattern}.java"
|
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>
|
||||||
<batchtest todir="${build.test}" if="testcase">
|
<batchtest todir="${build.test}" if="testcase">
|
||||||
<fileset dir="${test.dir}" includes="**/${testcase}.java"/>
|
<fileset dir="${test.dir}" includes="**/${testcase}.java"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user