aboutsummaryrefslogtreecommitdiff
path: root/src/test/python
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-03-11 01:15:45 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-03-11 01:15:45 +0000
commitf43fb97ce559f7068ef5cdd68b835203d321390d (patch)
tree9cb07c58669b24400ddc80806877d5f233fe7ef4 /src/test/python
parentd4e504a00720c31550b61c89ca6d5803a7791138 (diff)
downloadgnunet-java-f43fb97ce559f7068ef5cdd68b835203d321390d.tar.gz
gnunet-java-f43fb97ce559f7068ef5cdd68b835203d321390d.zip
-remove cobertura
Diffstat (limited to 'src/test/python')
-rw-r--r--src/test/python/test_voting_single.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/python/test_voting_single.py b/src/test/python/test_voting_single.py
index 630f92e..80a9e93 100644
--- a/src/test/python/test_voting_single.py
+++ b/src/test/python/test_voting_single.py
@@ -134,6 +134,8 @@ subprocess.check_call(["gnunet-ballot", "-LDEBUG", "-k", ballot_filename, "-c",
134 134
135print "threshold public key retrieved" 135print "threshold public key retrieved"
136 136
137exit()
138
137# add voter's group information 139# add voter's group information
138subprocess.check_call(["gnunet-ballot", "-g", groupcert_filename, ballot_filename, "-c", conf[0]]) 140subprocess.check_call(["gnunet-ballot", "-g", groupcert_filename, ballot_filename, "-c", conf[0]])
139 141