Index: test/cctest/testcfg.py |
diff --git a/test/cctest/testcfg.py b/test/cctest/testcfg.py |
index 69a5db2044fdd94363a846b8d2489c68d5b9da13..1d03a845f53d0bd1f8bdb8c81c0e8bc66a74ddfd 100644 |
--- a/test/cctest/testcfg.py |
+++ b/test/cctest/testcfg.py |
@@ -45,9 +45,9 @@ class CcTestSuite(testsuite.TestSuite): |
os.makedirs(self.serdes_dir) |
def ListTests(self, context): |
+ shell = os.path.abspath(os.path.join(context.shell_dir, self.shell())) |
if utils.IsWindows(): |
shell += '.exe' |
- shell = os.path.abspath(os.path.join(context.shell_dir, self.shell())) |
output = commands.Execute([context.command_prefix, |
shell, |
'--list', |