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:
Ryan Ernst 2015-08-11 22:04:27 -07:00
parent a4a43ea9ae
commit 051cba3f4f
3 changed files with 7 additions and 3 deletions

View File

@ -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>

5
run.bat Executable file
View File

@ -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
View File

@ -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