From: Vincent Fu Date: Wed, 27 Dec 2023 02:55:59 +0000 (-0500) Subject: t/nvmept: call parent class check_result() X-Git-Tag: fio-3.37~73 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4883f8f65180ef4e22d6caf4abaf6028faa1af61;p=fio.git t/nvmept: call parent class check_result() Make sure we call the parent class' check_result() method to check the return code, stderr output, etc. Signed-off-by: Vincent Fu --- diff --git a/t/nvmept.py b/t/nvmept.py index c08fb350..1ade64dc 100755 --- a/t/nvmept.py +++ b/t/nvmept.py @@ -55,6 +55,8 @@ class PassThruTest(FioJobCmdTest): def check_result(self): + super().check_result() + if 'rw' not in self.fio_opts: return