summaryrefslogtreecommitdiff
path: root/test/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_summary.py')
-rw-r--r--test/test_summary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_summary.py b/test/test_summary.py
index e71b3216..36db9969 100644
--- a/test/test_summary.py
+++ b/test/test_summary.py
@@ -95,7 +95,7 @@ class SummaryTest(CoverageTest):
""")
out = self.run_command("coverage run --branch mybranch.py")
self.assertEqual(out, 'x\n')
- report = self.report_from_command("coverage -r")
+ report = self.report_from_command("coverage report")
# Name Stmts Exec Branch BrExec Cover
# --------------------------------------------