gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mauricio Carneiro 1e4798d5d0 Added targets to build.xml to re-run only tests that have failed (integration, unit, performance or pipeline tests).
This is very useful and easy. After running any test (for example ant integrationtest) and seeing failures, you can rerun ONLY THE TESTS THAT FAILED by using one of the following commands:

ant failed-integration
ant failed-pipeline
ant failed-test
ant failed-performance

obviously matching whatever tests you were running and got failures on.

This should run only the failed tests, and you can keep using this command until you have fixed everything.

(Thanks to David Roazen for major help with ANT)
2011-07-15 19:34:14 -04:00
public No need to double overload the file constructor 2011-07-15 15:19:10 -04:00
settings Fixing Contracts for Java, and enabling contracts by default for unit/integration tests. 2011-07-08 15:34:39 -04:00
LICENSE One last test... 2011-06-28 19:18:17 -04:00
build.xml Added targets to build.xml to re-run only tests that have failed (integration, unit, performance or pipeline tests). 2011-07-15 19:34:14 -04:00
ivy.xml Fixing Contracts for Java, and enabling contracts by default for unit/integration tests. 2011-07-08 15:34:39 -04:00