[tor-commits] [ooni-probe/master] Add the input of the Measurement to the ReportEntries

isis at torproject.org isis at torproject.org
Sun Mar 10 01:57:02 UTC 2013


commit e2e4bddbf4af60637d80a06c7d781f7ebcd879e9
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Jan 18 00:33:51 2013 +0100

    Add the input of the Measurement to the ReportEntries
---
 ooni/tasks.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ooni/tasks.py b/ooni/tasks.py
index 4f7da4c..a73ce11 100644
--- a/ooni/tasks.py
+++ b/ooni/tasks.py
@@ -105,7 +105,7 @@ class Measurement(TaskWithTimeout):
         """
         self.testInstance = test_class()
         self.testInstance.input = test_input
-        self.testInstance.report = {}
+        self.testInstance.report = {'input': test_input}
         self.testInstance._start_time = time.time()
         self.testInstance._setUp()
         self.testInstance.setUp()





More information about the tor-commits mailing list