Skip to content

Commit

Permalink
Add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 28, 2016
1 parent b9e59f8 commit da34c8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -84,6 +84,10 @@ def run_tests(self):
scriptfile.write(script)
scriptfile.close()

print("=== temprunner script ===")
print(script)
print("=== temprunner script ===")

import subprocess
process = subprocess.Popen([sys.executable, filename])
rc = process.wait()
Expand Down

0 comments on commit da34c8e

Please sign in to comment.