s4/samba.tests: Raise BlackboxProcessError exception in case check_output method...
authorKamen Mazdrashki <kamenim@samba.org>
Sun, 20 Feb 2011 02:17:25 +0000 (04:17 +0200)
committerKamen Mazdrashki <kamenim@samba.org>
Sun, 20 Feb 2011 21:13:12 +0000 (23:13 +0200)
commitbfb0adf0b450452e3daf0b60269768b77c6291c3
tree519899bc56da3f428c013b75aa588428fb67dcd3
parent348295bf8ac5f39e5be23c0a6adb8c31e64766a2
s4/samba.tests: Raise BlackboxProcessError exception in case check_output method fails

This way the caller gets the chance to receive STDOUT and STDERR for
a failed process.
We may use this info to check if a process has failed properly,
e.g. with expected output
source4/scripting/python/samba/tests/__init__.py