mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
PY-60597 Clean up test data script
GitOrigin-RevId: 5ba5b6f38ea316c3c9bffeb82b4576e31d1e3c78
This commit is contained in:
committed by
intellij-monorepo-bot
parent
aec277cf21
commit
11c4b3a9be
@@ -10,6 +10,6 @@ def run(name):
|
||||
subprocess.Popen(('%s' % sys.executable, os.path.join(dir_path, "test_multiprocess_args_child.py"), name, "etc etc"))
|
||||
|
||||
if __name__ == '__main__':
|
||||
p = multiprocessing.Process(target=run, args=("subprocess",)).start()
|
||||
multiprocessing.Process(target=run, args=("subprocess",)).start()
|
||||
while True:
|
||||
time.sleep(0.1)
|
||||
|
||||
Reference in New Issue
Block a user