From: Sandrine Avakian Date: Mon, 10 Sep 2012 14:53:18 +0000 (+0200) Subject: Attempt for Continuous Integration. X-Git-Tag: sfa-2.1-24~3^2~87 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=019ca8dab86e460f365ab500b308ac60d6aacd18;p=sfa.git Attempt for Continuous Integration. --- diff --git a/sfa/senslab/tests/TestSuite.py b/sfa/senslab/tests/TestSuite.py index 3e09faad..12ade1ff 100644 --- a/sfa/senslab/tests/TestSuite.py +++ b/sfa/senslab/tests/TestSuite.py @@ -261,6 +261,7 @@ supported_options = { def main(): opts = parse_options() + print opts for opt in opts: supported_options[opt](opts[opt])