Skip to content
Snippets Groups Projects
Commit b10c04c2 authored by felmer's avatar felmer
Browse files

SSDM-10264: fixing js-test build script: used tests-dev.xml instead of test.xml

parent c3c19ee2
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ task copyWar(type: Copy, dependsOn: project(':openbis_standard_technologies').wa
test {
useTestNG()
options.suites('source/java/tests-dev.xml')
options.suites('source/java/tests.xml')
jvmArgs '-Xmx2048m', '-XX:MaxPermSize=256m', '-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog', '-Duser.timezone=Europe/Zurich', '-Xdebug', '-Xrunjdwp:transport=dt_socket,address=20010,server=y,suspend=n'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment