summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index b74435ef..8aa64ed7 100644
--- a/igor.py
+++ b/igor.py
@@ -63,7 +63,7 @@ def run_tests_with_coverage(args):
finally:
pth_file.close()
- tracer = os.environ.get('COVERAGE_TEST_TRACER', 'c')
+ tracer = args[0]
version = "%s%s" % sys.version_info[:2]
suffix = "%s_%s" % (version, tracer)