summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-11-21 11:02:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-11-21 11:02:16 +0000
commit4ef4bccaf3e5e29e050c3eeedf511a2adeba9dbb (patch)
treec3b862acadff5de4461729937ce6323cdfc465c4
parentaee06d9b1da40a043983d4d0b1dfb51f2ac87e8e (diff)
#i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.
-rw-r--r--basebmp/test/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index c1ae2961106e..625ae1a90961 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -132,6 +132,6 @@ unittest : $(SHL1TARGETN)
@echo ----------------------------------------------------------
@echo - start unit test on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- testshl2 $(SHL1TARGETN)
+ testshl2 -sf $(MISC)$/$(TARGET)_signalfile.txt $(SHL1TARGETN)
ALLTAR : unittest