summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JunitTest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-24 13:39:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-24 14:48:10 +0100
commitb8cbbd03950a7bd7324d2e75b34620792a3b23c9 (patch)
treea9f929e8711dfd93037486d3aae201bc4e092d68 /solenv/gbuild/JunitTest.mk
parent784e3d96d1d86b1b11eeafb2cfc8199b1a55f0f9 (diff)
Revert "use $(value ...) to reduce escalating double-quoting of dollars"
This reverts commit d2c16eb81a813f709552bd840897047fe98eb131, which caused JunitTests to call java with a command line containing -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"" instead of -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH"${LD_LIBRARY_PATH+=$LD_LIBRARY_PATH}" (and thus caused a build against a local trunk GCC, that requires LD_LIBRARY_PATH to find the corresponding libstdc++.so.6, to fail). Change-Id: Ia9613f5a7c6dff1ff6883fc4c079ffaacd1c1b59
Diffstat (limited to 'solenv/gbuild/JunitTest.mk')
-rw-r--r--solenv/gbuild/JunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index 708779f265ee..aee3edfdbd4d 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -41,7 +41,7 @@ $(call gb_JunitTest_get_target,%) :
(DBGSV_ERROR_OUT=shell DISABLE_SAL_DBGBOX=t \
$(gb_JunitTest_JAVACOMMAND) \
-classpath "$(T_CP)" \
- $(value DEFS) \
+ $(DEFS) \
org.junit.runner.JUnitCore \
$(CLASSES) > $@.log 2>&1 || \
(cat $@.log \