Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests
diff options
context:
space:
mode:
authorJean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-15 15:37:21 (GMT)
committer Jean-Christophe Savard <savard.jean.christophe@gmail.com>2009-04-16 19:09:33 (GMT)
commit6e0699097aabf89f166afb953a73812203443446 (patch)
treeac6b817d0c878202b025e1cc6ffa94ea0d4b7639 /src/sugar/tutorius/tests
parentc34fea91474f5f875fa01ef3725d3e315caff190 (diff)
LP 341760 Serializer : Bundler.py up to date
Diffstat (limited to 'src/sugar/tutorius/tests')
-rwxr-xr-xsrc/sugar/tutorius/tests/run-tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sugar/tutorius/tests/run-tests.py b/src/sugar/tutorius/tests/run-tests.py
index 63a8de1..2e200c2 100755
--- a/src/sugar/tutorius/tests/run-tests.py
+++ b/src/sugar/tutorius/tests/run-tests.py
@@ -56,7 +56,6 @@ if __name__=='__main__':
runner = unittest.TextTestRunner()
runner.run(suite)
-
coverage.stop()
coverage.report(report_files())
coverage.erase()