Rudimentary Python 2.6 portability in the test infrastructure, fixing
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 7 Oct 2008 00:39:54 +0000 (00:39 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 7 Oct 2008 00:39:54 +0000 (00:39 +0000)
commit5c096ea8ce894a6baf3ec494e29d9f23fca562c5
tree5d960c8a849ff98d77e89404adc20a04c413cdd4
parent213e45c2213913c2c06f9eeb2359cf0e4ad6c470
Rudimentary Python 2.6 portability in the test infrastructure, fixing
"import popen2" warnings that interfere with some of the tests executing
cleanly.  This converts to using subprocess by default, falling back
to popen2 if it's not available.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3570 fdb21ef1-2011-0410-befe-b5e4ea1792b1
QMTest/TestSCons.py
runtest.py