summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-15 11:06:25 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-15 11:06:25 +0100
commit7166d57330a64a87b9c98cac48fbd467c8053288 (patch)
tree1f1d37b9d5cfc9027f2215c4a39e8f2e79190f55
parentc9f2f2178d23b8c78a82e5b39f2ec8859d3866a7 (diff)
downloadcmdtest-7166d57330a64a87b9c98cac48fbd467c8053288.tar.gz
Fix missing variable name in setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 07b8fa8..4df07f5 100644
--- a/setup.py
+++ b/setup.py
@@ -76,7 +76,7 @@ class Check(Command):
if markdown_version:
subprocess.check_call(
['python', '-m', 'CoverageTestRunner',
- '--ignore-missing-from', missing_from])
+ '--ignore-missing-from', 'without-tests'])
os.remove('.coverage')
subprocess.check_call(['./cmdtest', 'echo-tests'])