diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 16:17:52 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:30 -0500 |
commit | c6af47653756ab2bbcb637f8952605d069c83b7b (patch) | |
tree | 135c1ee4f815fbd0e308d89bf9ffa4521897aea3 | |
parent | 004073aef0c0c93aad05075b3f8fc2d1faf11ca7 (diff) |
add modified unoexceptionprotector for better error msgs from exceptions
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 3fd301d3274e..abb894fba019 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -90,6 +90,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,starmath_qa_cppunit,\ $(eval $(call gb_CppunitTest_set_args,starmath_qa_cppunit,\ --headless \ --invisible \ + --protector unoexceptionprotector$(gb_Library_PLAINEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,starmath_qa_cppunit)) |