diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-18 07:20:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-18 07:20:16 -0400 |
| commit | 47266d65d1772156cf39f26929c3c89f4148896d (patch) | |
| tree | 6b3dc21c93a1822084462fe2c976e76c9207c96e /tests/test_process.py | |
| parent | 58b9a20d24e2e57dd3d5f04e5c6a45a05d21dfd1 (diff) | |
| download | python-coveragepy-47266d65d1772156cf39f26929c3c89f4148896d.tar.gz | |
Clean up the debugging for the Travis issue
Diffstat (limited to 'tests/test_process.py')
| -rw-r--r-- | tests/test_process.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 2e8152d..3023a18 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): |
