We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b7cb7 commit ecf53d5Copy full SHA for ecf53d5
1 file changed
igor.py
@@ -120,7 +120,7 @@ def should_skip(core):
120
"""
121
skipper = ""
122
123
- # $set_env.py: COVERAGE_TEST_CORES - List of cores to run
+ # $set_env.py: COVERAGE_TEST_CORES - List of cores to run: ctrace, pytrace, sysmon
124
test_cores = os.getenv("COVERAGE_TEST_CORES")
125
if test_cores:
126
if core not in test_cores:
0 commit comments