| | |
| | | |
| | | echo "Starting the build for the integration test suites" |
| | | # Execute the ant script and pass it any additional command-line arguments. |
| | | ${ANT_HOME}/bin/ant -verbose --noconfig ${*} |
| | | ${ANT_HOME}/bin/ant --noconfig ${*} |
| | | |
| | | if [ $? -eq 0 ]; then |
| | | echo "Successfully built the integration test suite" |
| | |
| | | <package name="org.opends.server.integration.frontend"/> |
| | | <package name="org.opends.server.integration.schema"/> |
| | | <package name="org.opends.server.integration.security"/> |
| | | <package name="org.opends.server.integration.backend"/> |
| | | </packages> |
| | | |
| | | <test name="precommit"> |
| | |
| | | <include name="frontend"/> |
| | | <include name="schema"/> |
| | | <include name="security"/> |
| | | <include name="backend"/> |
| | | </define> |
| | | |
| | | <define name="quickstart"> |
| | |
| | | <include name="security"/> |
| | | </define> |
| | | |
| | | <define name="backend"> |
| | | <include name="backend"/> |
| | | </define> |
| | | |
| | | <run> |
| | | <include name="all"/> |
| | | </run> |