gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 253/264: runtests: revert commenting out a line I did for debugg


From: gnunet
Subject: [gnurl] 253/264: runtests: revert commenting out a line I did for debugging
Date: Thu, 30 Apr 2020 16:09:16 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 2a33417e1d0a301a191df5a50d00c99e43def1f2
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Apr 25 16:23:38 2020 +0200

    runtests: revert commenting out a line I did for debugging
    
    Follow-up to 11091cd4d. It was not meant to be pushed!
---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 051b23060..da3fac2e6 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2709,7 +2709,7 @@ sub cleardir {
         return 0; # can't open dir
     while($file = readdir(DIR)) {
         if(($file !~ /^\./)) {
-            #unlink("$dir/$file");
+            unlink("$dir/$file");
             $count++;
         }
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]