diff --git a/unit-tests/unit-test-config.py b/unit-tests/unit-test-config.py index 64291ddec1..24bb166bc5 100644 --- a/unit-tests/unit-test-config.py +++ b/unit-tests/unit-test-config.py @@ -243,6 +243,9 @@ def process_cpp( dir, builddir ): if config.configurations: continue + if config.donotrun: + continue + # Build the list of files we want in the project: # At a minimum, we have the original file, plus any common files filelist = [ dir + '/' + f ]