From 82f771a0779a45d69a6ae2789f10eef2a2a832b1 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 16 Dec 2011 16:12:20 +0000 Subject: fix --- src/integration-tests/gnunet_testing.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/integration-tests/gnunet_testing.py.in') diff --git a/src/integration-tests/gnunet_testing.py.in b/src/integration-tests/gnunet_testing.py.in index 81dff3f06..d53aa1592 100644 --- a/src/integration-tests/gnunet_testing.py.in +++ b/src/integration-tests/gnunet_testing.py.in @@ -217,7 +217,7 @@ class Peer: #server.expect ("stdout", re.compile (r"")) test = server.read("stdout", 10240) if (test.find(str(value)) == -1): - return value + return -1 else: return value -- cgit v1.2.3