From f08cf696283f8c55451afa4046ca777bcfd90436 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Nov 2012 17:20:30 -0500 Subject: 'coverage debug sys' shows the python executable, and there's a test that our subprocesses use the same one we do. --- coverage/control.py | 1 + 1 file changed, 1 insertion(+) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index 28d084bf..81017b91 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -650,6 +650,7 @@ class coverage(object): ('python', sys.version.replace('\n', '')), ('platform', platform.platform()), ('implementation', implementation), + ('executable', sys.executable), ('cwd', os.getcwd()), ('path', sys.path), ('environment', [ -- cgit v1.2.1