Tests: reverted rerun for Java tests in 5e429a7f133c.

Each testcase should also recompile to be recompiled.
So backed out for now.
This commit is contained in:
Andrey Zelenkov
2019-08-21 14:24:23 +03:00
parent 686f5b1436
commit b4c09e2954

View File

@@ -5,8 +5,6 @@ from unit.applications.proto import TestApplicationProto
class TestApplicationJava(TestApplicationProto): class TestApplicationJava(TestApplicationProto):
application_type = "java"
def load(self, script, name='app'): def load(self, script, name='app'):
app_path = self.testdir + '/java' app_path = self.testdir + '/java'
@@ -66,7 +64,7 @@ class TestApplicationJava(TestApplicationProto):
"applications": { "applications": {
script: { script: {
"unit_jars": self.pardir + '/build', "unit_jars": self.pardir + '/build',
"type": self.application_type, "type": 'java',
"processes": {"spare": 0}, "processes": {"spare": 0},
"working_directory": script_path, "working_directory": script_path,
"webapp": app_path, "webapp": app_path,