changeset 1200:ec158c8e0a6b

7144979: incorrect path separator in make/build.xml for Windows when running jtreg tests Reviewed-by: jjg
author jjh
date Tue, 14 Feb 2012 10:02:01 -0800
parents 4672e092f096
children 7c69f5833241
files make/build.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make/build.xml	Mon Feb 06 17:10:03 2012 -0800
+++ b/make/build.xml	Tue Feb 14 10:02:01 2012 -0800
@@ -957,7 +957,7 @@
                     samevm="@{samevm}" verbose="@{verbose}"
                     failonerror="false" resultproperty="jtreg.@{name}.result"
                     javacoptions="-g"
-                    vmoptions="${coverage.options} -Xbootclasspath/p:${coverage.classpath}:${build.classes.dir} @{jpda.jvmargs}">
+                    vmoptions="${coverage.options} -Xbootclasspath/p:${coverage.classpath}${path.separator}${build.classes.dir} @{jpda.jvmargs}">
                     <arg line="@{keywords}"/>
                     <arg line="@{options}"/>
                     <arg line="@{tests}"/>