Skip to content
Snippets Groups Projects
Commit 9a8b67eb authored by anttil's avatar anttil
Browse files

revert non-working fix to js-test

SVN: 34209
parent 7e691ba7
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ test {
testLogging.showStandardStreams = true
ignoreFailures = true
systemProperty 'selenium.dss-runtime-classpath', configurations.externalDss.asPath
systemProperty 'jetty.base', '../../../targets/gradle'
systemProperty 'jetty.home', '../../../targets/gradle'
systemProperty 'ui-test.start-page', 'http://localhost:20000/openbis'
systemProperty 'org.mortbay.util.FileResource.checkAliases', 'false'
......@@ -69,5 +69,3 @@ test {
}
test.dependsOn clean
test.dependsOn copyWar
......@@ -63,6 +63,7 @@ public class TestApplicationServer
if (war.exists()) {
context.setWar(war.getAbsolutePath());
context.setExtractWAR(true);
context.setTempDirectory(new File(System.getProperty("jetty.home")+"/webapps"));
context.addAliasCheck(new AllowSymLinkAliasChecker());
} else {
context.setDescriptor(getWebXmlPath());
......
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