diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-22 15:32:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-22 15:32:35 +0000 |
commit | d11e75f0bf46a110fa2fb7a41a5d2ffcd0e82722 (patch) | |
tree | c6ba7f14bba7abc7d6b136e855fd5c1d30ab3f2b /o3tl/qa | |
parent | cd8aae109b17622439d52583270c9fe949a0e45f (diff) |
#i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.
Diffstat (limited to 'o3tl/qa')
-rw-r--r-- | o3tl/qa/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk index c91ba12d3202..5a71a7821325 100644 --- a/o3tl/qa/makefile.mk +++ b/o3tl/qa/makefile.mk @@ -75,6 +75,6 @@ unittest : $(SHL1TARGETN) @echo ---------------------------------------------------------- @echo - start unit test on library $(SHL1TARGETN) @echo ---------------------------------------------------------- - testshl2 $(SHL1TARGETN) + testshl2 -sf $(mktmp ) $(SHL1TARGETN) ALLTAR : unittest |