summaryrefslogtreecommitdiff
path: root/tests/kms-test-crc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms-test-crc.py')
-rwxr-xr-xtests/kms-test-crc.py3
1 files changed, 2 insertions, 1 deletions
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()