diff --git a/nashorn/make/build.xml b/nashorn/make/build.xml index 87d22bd4a92..cbf7f29bf22 100644 --- a/nashorn/make/build.xml +++ b/nashorn/make/build.xml @@ -28,6 +28,10 @@ + + + + diff --git a/nashorn/make/project.properties b/nashorn/make/project.properties index 6fe7a0538f0..9b61ea87688 100644 --- a/nashorn/make/project.properties +++ b/nashorn/make/project.properties @@ -355,6 +355,7 @@ run.test.user.country=TR run.test.jvmargs.common=\ -server \ ${test.module.imports} \ + ${run.test.jvmargs.external} \ ${nashorn.override.option} \ -Dfile.encoding=UTF-8 \ -Duser.language=${run.test.user.language} \