Skip to content

Commit 051cba3

Browse files
committed
Tests: Revert spaces in integ test paths, windows is not ready for it.
Also add run.bat file for testing on windows
1 parent a4a43ea commit 051cba3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
<tests.ifNoTests>fail</tests.ifNoTests>
111111
<skip.unit.tests>${skipTests}</skip.unit.tests>
112112
<skip.integ.tests>${skipTests}</skip.integ.tests>
113-
<integ.scratch>${project.build.directory}/integ tests</integ.scratch>
114-
<integ.deps>${project.build.directory}/integ deps</integ.deps>
113+
<integ.scratch>${project.build.directory}/integ-tests</integ.scratch>
114+
<integ.deps>${project.build.directory}/integ-deps</integ.deps>
115115
<integ.temp>${integ.scratch}/temp</integ.temp>
116116
<integ.http.port>9400</integ.http.port>
117117
<integ.transport.port>9500</integ.transport.port>

run.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
::
2+
:: build zip package, but ensuring its from the current source
3+
:: turn off tests and other validation to speed it up
4+
:: TODO: can be sped up more, if shading is moved out of core/
5+
CALL mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev

run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
# build zip package, but ensuring its from the current source
44
# turn off tests and other validation to speed it up
55
# TODO: can be sped up more, if shading is moved out of core/
6-
# TODO: this will work on windows too. feel free to make a .bat
76
mvn -am -pl dev-tools,distribution/zip package -DskipTests -Drun -Pdev

0 commit comments

Comments
 (0)