From f027714d6512a826410c23f40878e5babe9016b7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 7 Aug 2020 09:50:29 +0300 Subject: tests: crc: Disable CRTC regarless of test status The CRTC should be disabled when the test completes, regardless of whether it succeeds or fails. Signed-off-by: Laurent Pinchart --- tests/kms-test-crc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kms-test-crc.py b/tests/kms-test-crc.py index dcdfcd4..e3e31b3 100755 --- a/tests/kms-test-crc.py +++ b/tests/kms-test-crc.py @@ -105,7 +105,8 @@ class CRCTest(kmstest.KMSTest): self.logger.log("CRC value 0x%08x" % crcs[0]) else: - self.atomic_crtc_disable(crtc) self.success() + self.atomic_crtc_disable(crtc) + CRCTest().execute() -- cgit v1.2.3