[Libreoffice-commits] .: solenv/gbuild
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Nov 25 10:07:33 PST 2011
solenv/gbuild/JunitTest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 58932ca2426320df5c7d7ec97cf2ad65f6539b22
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 25 19:07:19 2011 +0100
fix stderr piping
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk
index ab0d67f..b6ce903 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.' \
More information about the Libreoffice-commits
mailing list