gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: -d option was removed from


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: -d option was removed from gnunet-publish, do not use it in the test
Date: Wed, 03 Apr 2019 12:12:34 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4ca288cb9 -d option was removed from gnunet-publish, do not use it in 
the test
4ca288cb9 is described below

commit 4ca288cb9a4e6e411a79456813e7b83f090863aa
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Apr 3 12:12:31 2019 +0200

    -d option was removed from gnunet-publish, do not use it in the test
---
 src/fs/test_gnunet_fs_rec.py.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fs/test_gnunet_fs_rec.py.in b/src/fs/test_gnunet_fs_rec.py.in
index 59063a9ee..0f881564f 100755
--- a/src/fs/test_gnunet_fs_rec.py.in
+++ b/src/fs/test_gnunet_fs_rec.py.in
@@ -11,7 +11,7 @@
 #    WITHOUT ANY WARRANTY; without even the implied warranty of
 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 #    Affero General Public License for more details.
-#   
+#
 #    You should have received a copy of the GNU Affero General Public License
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
@@ -65,7 +65,7 @@ tar.extractall()
 # first, basic publish-search-download run
 try:
     pub = pexpect()
-    pub.spawn(None, [publish, '-c', 'test_gnunet_fs_rec_data.conf', '-d', 
'-k', 'testdir', 'dir/'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
+    pub.spawn(None, [publish, '-c', 'test_gnunet_fs_rec_data.conf', '-k', 
'testdir', 'dir/'], stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
     # Can't say much for publishing, except that the last one is the toplevel 
directory
     pub.expect("stdout", re.compile(r"Publishing `.+' done\.\r?\n"))
     pub.expect("stdout", re.compile(r"URI is 
`gnunet://fs/chk/[A-Z0-9]{103}\.[A-Z0-9]{103}\.\d+'\.\r?\n"))

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



reply via email to

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