Tests: Revert spaces in integ test paths, windows is not ready for it.
Also add run.bat file for testing on windows
This commit is contained in:
parent
a4a43ea9ae
commit
051cba3f4f
4
pom.xml
4
pom.xml
|
@ -110,8 +110,8 @@
|
|||
<tests.ifNoTests>fail</tests.ifNoTests>
|
||||
<skip.unit.tests>${skipTests}</skip.unit.tests>
|
||||
<skip.integ.tests>${skipTests}</skip.integ.tests>
|
||||
<integ.scratch>${project.build.directory}/integ tests</integ.scratch>
|
||||
<integ.deps>${project.build.directory}/integ deps</integ.deps>
|
||||
<integ.scratch>${project.build.directory}/integ-tests</integ.scratch>
|
||||
<integ.deps>${project.build.directory}/integ-deps</integ.deps>
|
||||
<integ.temp>${integ.scratch}/temp</integ.temp>
|
||||
<integ.http.port>9400</integ.http.port>
|
||||
<integ.transport.port>9500</integ.transport.port>
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
::
|
||||
:: build zip package, but ensuring its from the current source
|
||||
:: turn off tests and other validation to speed it up
|
||||
:: TODO: can be sped up more, if shading is moved out of core/
|
||||
CALL mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
|
1
run.sh
1
run.sh
|
@ -3,5 +3,4 @@
|
|||
# build zip package, but ensuring its from the current source
|
||||
# turn off tests and other validation to speed it up
|
||||
# TODO: can be sped up more, if shading is moved out of core/
|
||||
# TODO: this will work on windows too. feel free to make a .bat
|
||||
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev
|
||||
|
|
Loading…
Reference in New Issue