summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-01 17:55:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-01 17:56:10 +0100
commit9d4fdd4f187ae3082ba5077fbdf33e48aaae3821 (patch)
tree08c98c84cc291bc5b469581c1ed48580e1648072 /framework
parent56d652d8a249b10037879b857debd879e262c5cf (diff)
Clean up makefiles
Diffstat (limited to 'framework')
-rwxr-xr-xframework/qa/complex/framework/recovery/makefile.mk9
1 files changed, 1 insertions, 8 deletions
diff --git a/framework/qa/complex/framework/recovery/makefile.mk b/framework/qa/complex/framework/recovery/makefile.mk
index 4a9f80b4b2a5..34155753e873 100755
--- a/framework/qa/complex/framework/recovery/makefile.mk
+++ b/framework/qa/complex/framework/recovery/makefile.mk
@@ -31,8 +31,8 @@ PRJNAME = framework
PACKAGE = complex$/framework$/recovery
# --- Settings -----------------------------------------------------
-.INCLUDE: settings.mk
+.INCLUDE: settings.mk
#----- compile .java files -----------------------------------------
@@ -74,8 +74,6 @@ MYTAR: ALLTAR
CT_APPEXECCOMMAND =
.ELSE
CT_APPEXECCOMMAND = -cmd "$(cmd)"
-#CT_APPEXECCOMMAND = -AppExecutionCommand \
-# "$(OFFICE)$/soffice -accept=socket,host=localhost,port=8100;urp;"
.ENDIF
# test base is java complex
@@ -93,11 +91,6 @@ CT_NOOFFICE = -NoOffice true
.INCLUDE : target.mk
RUN: run
-# muss noch angepasst werden: es soll auf -AppExecutionCommand und -NoOffice gepr??ft werden
-#.IF "$(OFFICE)" == ""
-#run:
-# @echo Exit
-#.ELSE
run:
+java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_NOOFFICE) $(CT_PACKAGE).RecoveryTest