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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user