diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 12:36:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:08 +0200 |
commit | e5f16b8d3e4b0fc3c772c7cfdd0abdf3a749650e (patch) | |
tree | b9f5648497839d3517f29c6303cc0118107a9864 /smoketest | |
parent | 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8 (diff) |
always use --protector for UNO tests
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index 851e2e4bd1e5..c51df89535bd 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -55,8 +55,6 @@ $(eval $(call gb_CppunitTest_set_args,smoketest,\ -env:arg-user=$(WORKDIR)/CustomTarget/smoketest \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ -env:arg-testarg.smoketest.doc=$(OUTDIR)/bin/smoketestdoc.sxw \ - --protector $(call gb_Library_get_target,unoexceptionprotector) \ - unoexceptionprotector \ )) $(call gb_CppunitTest_get_target,smoketest): clean_CustomTarget_smoketest |