Files
pyinstaller/buildtests/test-nestedlaunch1.py
T
giovannibajo 0489f089d0 Make new tests compatible with Windows
git-svn-id: http://svn.pyinstaller.org/trunk@638 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-03-01 12:31:48 +00:00

8 lines
194 B
Python

import os
import sys
import subprocess
import datetime
if __name__ == "__main__":
subprocess.check_call([os.path.dirname(sys.executable) + "/../test-nestedlaunch0/test-nestedlaunch0.exe"])