mirror of https://github.com/apache/openjpa.git
6 lines
84 B
Batchfile
6 lines
84 B
Batchfile
|
@setlocal
|
||
|
pushd openjpa-persistence-jdbc
|
||
|
mvn test -Dtest=%1 %2 %3 %4
|
||
|
popd
|
||
|
@endlocal
|