The branch OpenSSL_1_1_0-stable has been updated
       via  e06a83ff7ebf8681f7eb31488a2d53e770a32a4e (commit)
      from  f053c215024d2dc6f8d9ce2047dc18ccf4015e19 (commit)


- Log -----------------------------------------------------------------
commit e06a83ff7ebf8681f7eb31488a2d53e770a32a4e
Author: Bernd Edlinger <bernd.edlin...@hotmail.de>
Date:   Sat Dec 16 00:30:45 2017 +0100

    Remove test-runs dir
    
    Reviewed-by: Richard Levitte <levi...@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4942)

-----------------------------------------------------------------------

Summary of changes:
 Configurations/unix-Makefile.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 39c4402..454aff3 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -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)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to