This commit is contained in:
Mike Romberg 2016-04-03 15:55:33 -06:00
commit 6f4aa4faf5

View file

@ -40,7 +40,7 @@ def mkzip():
def main():
copyMods()
# Run each test with a seperate interpreter
# Run each test with a separate interpreter
os.system(sys.executable + " nonpkg.py")
os.system(sys.executable + " normal.py")
os.system(sys.executable + " split.py")