Browse Source

Tests: Revert spaces in integ test paths, windows is not ready for it.

Also add run.bat file for testing on windows
Ryan Ernst 10 years ago
parent
commit
051cba3f4f
3 changed files with 7 additions and 3 deletions
  1. 2 2
      pom.xml
  2. 5 0
      run.bat
  3. 0 1
      run.sh

+ 2 - 2
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>

+ 5 - 0
run.bat

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

+ 0 - 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