]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests: testcase 013 - remove debug statements
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 21 Oct 2021 21:28:45 +0000 (15:28 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 25 Oct 2021 14:02:35 +0000 (08:02 -0600)
Remove the debugging statements that print the return values
(result, cause) from testcase 013-cgget-multiple_g_flags.py.
These values show up in ftests.sh.log, otherwise, and might
lead to confusion on how to interpret them.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/013-cgget-multiple_g_flags.py

index dbd8cc6f788efeab4c235045937ae3b9fa792432..3f89ce6bd2e6e527b6c7757c5dffac862c876c15 100755 (executable)
@@ -100,8 +100,6 @@ def test(config):
                     expected_out.splitlines()[line_num].strip(), line.strip())
             return result, cause
 
-    print(result)
-    print(cause)
     return result, cause
 
 def teardown(config):