From d11e75f0bf46a110fa2fb7a41a5d2ffcd0e82722 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 22 Dec 2008 15:32:35 +0000 Subject: #i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree. --- o3tl/qa/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3tl/qa') 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 -- cgit