summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/v4l2_compat/v4l2_compat_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/v4l2_compat/v4l2_compat_test.py b/test/v4l2_compat/v4l2_compat_test.py
index ae892ced..be16af3b 100755
--- a/test/v4l2_compat/v4l2_compat_test.py
+++ b/test/v4l2_compat/v4l2_compat_test.py
@@ -147,6 +147,10 @@ def main(argv):
print('success')
drivers_tested[driver] = True
+ if len(drivers_tested) == 0:
+ print(f'No compatible drivers found')
+ return TestSkip
+
if len(failed) > 0:
print(f'Failed {len(failed)} tests:')
for device in failed: