Files
pyinstaller/buildtests/test-nestedlaunch1.py
T
naufraghi ef0ba534d3 Fix nested onefile test
git-svn-id: http://svn.pyinstaller.org/trunk@569 8dd32b29-ccff-0310-8a9a-9233e24343b1
2008-12-11 19:20:58 +00:00

8 lines
190 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"])