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

SSDM-4379: bug: wrong test suite for js-test build script

SVN: 37414
parent 68b700a3
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,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