aboutsummaryrefslogtreecommitdiff
path: root/make/nbproject/ide-targets.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/nbproject/ide-targets.xml')
-rw-r--r--make/nbproject/ide-targets.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/nbproject/ide-targets.xml b/make/nbproject/ide-targets.xml
index 70b3e68f..d1e8135f 100644
--- a/make/nbproject/ide-targets.xml
+++ b/make/nbproject/ide-targets.xml
@@ -31,9 +31,10 @@
<classpath path="${run.test.classpath}"/>
</nbjpdastart>
<java classname="jdk.nashorn.tools.Shell" classpath="${run.test.classpath}" dir="samples" fork="true">
+ <jvmarg line="-Dnashorn.optimistic"/>
<jvmarg line="${ext.class.path}"/>
<jvmarg line="${run.test.jvmargs}"/>
- <arg value="test.js"/>
+ <arg value="../samples/test.js"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
</java>