Remove test-runs dir
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 15 Dec 2017 23:30:45 +0000 (00:30 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 15 Dec 2017 23:30:45 +0000 (00:30 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4942)

Configurations/unix-Makefile.tmpl

index 39c44022df117933985be03d75e728952f47751b..454aff3ccface96c86dca8f4cad7ea3c3d55b3aa 100644 (file)
@@ -291,7 +291,7 @@ clean: libclean
        -$(RM) `find . -name '*{- $objext -}' -a \! -path "./.git/*"`
        $(RM) core
        $(RM) tags TAGS doc-nits
-       $(RM) test/.rnd
+       $(RM) -r test/test-runs
        $(RM) openssl.pc libcrypto.pc libssl.pc
        -$(RM) `find . -type l -a \! -path "./.git/*"`
        $(RM) $(TARFILE)