Open twolfson opened 11 years ago
I like environment variables as sugar but not as core functionality. It makes me extremely uncomfortable to use
$ SUBLIME_TESTS_AUTO_KILL=TRUE ./test.sh
I would like to explore using subprocess.Popen to open a child process, wait for the output to exist, kill the child process, and continue.
subprocess.Popen
http://docs.python.org/2/library/subprocess.html#subprocess.Popen
I like environment variables as sugar but not as core functionality. It makes me extremely uncomfortable to use
I would like to explore using
subprocess.Popen
to open a child process, wait for the output to exist, kill the child process, and continue.http://docs.python.org/2/library/subprocess.html#subprocess.Popen