summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JunitTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-16 10:38:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-16 10:38:06 +0200
commit7d1bb036e1d0c20920703e64132d76e4cce06826 (patch)
tree09d3bbf44e8fb031c2f8693ec5aeb35cd0925bb1 /solenv/gbuild/JunitTest.mk
parentbf0a3adda154c9251cf9c3aae3337eed26a695cd (diff)
Simplified setting headless mode for smoke-/subsequenttetss.
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r--solenv/gbuild/JunitTest.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index a93576cff168..083898dca843 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -30,7 +30,6 @@
# JunitTest class
gb_JunitTest_JAVACOMMAND := $(JAVAINTERPRETER) $(JAVAIFLAGS)
-gb_JunitTest_HEADLESS := $(true)
# in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell
DBGSV_ERROR_OUT := shell
@@ -51,8 +50,6 @@ $(call gb_JunitTest_get_target,%) :
mkdir -p $(call gb_JunitTest_get_userdir,$*) && \
($(gb_JunitTest_JAVACOMMAND) \
-cp "$(CLASSPATH)" \
- $(if $(strip $(gb_JunitTest_HEADLESS)),\
- -Dorg.openoffice.test.arg.headless=$(gb_JunitTest_HEADLESS)) \
$(if $(strip $(gb_JunitTest_DEBUGCOMMAND)),\
'-Dorg.openoffice.test.arg.debugcommand=$(gb_JunitTest_DEBUGCOMMAND)') \
$(DEFS) \