summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-18 07:20:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-18 07:20:16 -0400
commit9dfc41f61eca8a31ee904bea8cf3d3c607a8d727 (patch)
tree0efd06db72436af88ef91a6c074098bbad4e6742 /tests/test_process.py
parent10528485ee41e42f3287af4be3864689ef2553bf (diff)
downloadpython-coveragepy-git-9dfc41f61eca8a31ee904bea8cf3d3c607a8d727.tar.gz
Clean up the debugging for the Travis issue
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 2e8152db..3023a18c 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -712,9 +712,6 @@ class AliasedCommandTest(CoverageTest):
# "coverage3" doesn't work on py2
badcmd = "coverage%d" % (5 - sys.version_info[0])
out = self.run_command(badcmd)
- if "Code coverage" in out:
- out2 = self.run_command(badcmd + " debug sys")
- print(out2)
self.assertNotIn("Code coverage for Python", out)
def test_specific_alias_works(self):