diff --git a/test/zdtm.py b/test/zdtm.py index 7b80f536d..23884166e 100755 --- a/test/zdtm.py +++ b/test/zdtm.py @@ -2213,7 +2213,8 @@ if opts.get('sat', False): if opts['debug']: sys.settrace(traceit) -criu.available() +if opts['action'] == 'run': + criu.available() for tst in test_classes.values(): tst.available()