Skip to content

Commit 9c2b471

Browse files
authored
[test] Logging a list of available features before executing the tests (#7871)
1 parent 54b5a7d commit 9c2b471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/lit.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,3 +1079,5 @@ if config.lldb_build_root != "":
10791079
# finishSwigPythonLLDB.py in the lldb repo
10801080
python_lib_dir = get_python_lib(True, False, config.lldb_build_root)
10811081
config.substitutions.append(('%lldb-python-path', python_lib_dir))
1082+
1083+
lit_config.note("Available features: " + ", ".join(config.available_features))

0 commit comments

Comments
 (0)