mirror of
https://github.com/apache/openjpa.git
synced 2025-02-14 05:56:19 +00:00
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772472 13f79535-47bb-0310-9956-ffa450edef68
6 lines
84 B
Batchfile
6 lines
84 B
Batchfile
@setlocal
|
|
pushd openjpa-persistence-jdbc
|
|
mvn test -Dtest=%1 %2 %3 %4
|
|
popd
|
|
@endlocal
|