From: David Mulder Date: Thu, 8 Dec 2022 22:15:15 +0000 (-0700) Subject: gp: Enable gpupdate output when testing X-Git-Tag: talloc-2.4.0~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74598eeef72e6b260393df7451c957d7fde1f59a;p=thirdparty%2Fsamba.git gp: Enable gpupdate output when testing Signed-off-by: David Mulder Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/gpo.py b/python/samba/tests/gpo.py index 2aad939ea0a..d060b5a4838 100644 --- a/python/samba/tests/gpo.py +++ b/python/samba/tests/gpo.py @@ -4999,6 +4999,7 @@ def gpupdate(lp, arg): p = Popen(gpupdate, stdout=PIPE, stderr=PIPE) stdoutdata, stderrdata = p.communicate() + print(stderrdata) return p.returncode def gpupdate_force(lp):