summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-25 19:07:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-25 19:07:19 +0100
commit58932ca2426320df5c7d7ec97cf2ad65f6539b22 (patch)
tree95a491a82b391c7c90e89452b8cf29d763504668 /solenv
parent0e0b3dfc9a13794b2f0137676ccfe0fe608f2864 (diff)
fix stderr piping
Diffstat (limited to 'solenv')
-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 ab0d67f9ca3c..b6ce9039a403 100644
--- a/solenv/gbuild/JunitTest.mk
+++ b/solenv/gbuild/JunitTest.mk
@@ -52,7 +52,7 @@ $(call gb_JunitTest_get_target,%) :
-cp "$(CLASSPATH)" \
$(DEFS) \
org.junit.runner.JUnitCore \
- $(CLASSES) 2>&1 > $@.log || \
+ $(CLASSES) > $@.log 2>&1 || \
(grep -v -e 'at org.junit.' \
-e 'at com.sun.star.lib.uno.' \
-e 'at java.lang.reflect.' \