diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 12:34:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-31 13:33:59 +0200 |
commit | 747631f26c90f5077da5628a32fc642aaea8167d (patch) | |
tree | ddfbc53ce3fcfd09f00c13b3762a531b9fdb301f /solenv/gbuild/JunitTest.mk | |
parent | c6821e66a66bd8fbb2c5a617e49783b7a4fc0724 (diff) |
Remove now unused obsolete tools/debug.hxx functionality
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r-- | solenv/gbuild/JunitTest.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk index aee3edfdbd4d..9801ed2c8ab1 100644 --- a/solenv/gbuild/JunitTest.mk +++ b/solenv/gbuild/JunitTest.mk @@ -30,16 +30,13 @@ $(call gb_JunitTest_get_clean_target,%) : $(call gb_JavaClassSet_get_clean_targe ifneq (,$(strip $(OOO_JUNIT_JAR))) -# DBGSV_ERROR_OUT => in non-product builds, ensure that tools-based assertions do not pop up as message box, but are routed to the shell -# DISABLE_SAL_DBGBOX is the same, for osl/diagnose.h on Windows only .PHONY : $(call gb_JunitTest_get_target,%) $(call gb_JunitTest_get_target,%) : $(call gb_Output_announce,$*,$(true),JUT,2) $(call gb_Helper_abbreviate_dirs,\ rm -rf $(call gb_JunitTest_get_userdir,$*) && \ mkdir -p $(call gb_JunitTest_get_userdir,$*) && \ - (DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t \ - $(gb_JunitTest_JAVACOMMAND) \ + ($(gb_JunitTest_JAVACOMMAND) \ -classpath "$(T_CP)" \ $(DEFS) \ org.junit.runner.JUnitCore \ |