Move responsibility for extracting the exit status from executed tests
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 31 Oct 2008 06:08:28 +0000 (06:08 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 31 Oct 2008 06:08:28 +0000 (06:08 +0000)
commit9abbc95fca2f0d34bd67f98d8fc6853de7dfd0ef
tree59367af192a53a2627d742d3d9905598152e00ba
parentbd891ec9222e7ca176eebe834c630d4fc5c7a25e
Move responsibility for extracting the exit status from executed tests
from the TestCommon.py module to the wrapper classes in TestCmd.py
that we use as fallbacks if the subprocess module doesn't exist.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3751 fdb21ef1-2011-0410-befe-b5e4ea1792b1
QMTest/TestCmd.py
QMTest/TestCommon.py