Print out environment in lit notes
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@226223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7df8e62258
commit
66ffe01f97
@ -71,6 +71,7 @@ class Configuration(object):
|
|||||||
# Print as list to prevent "set([...])" from being printed.
|
# Print as list to prevent "set([...])" from being printed.
|
||||||
self.lit_config.note('Using available_features: %s' %
|
self.lit_config.note('Using available_features: %s' %
|
||||||
list(self.config.available_features))
|
list(self.config.available_features))
|
||||||
|
self.lit_config.note('Using environment: %r' % self.env)
|
||||||
|
|
||||||
def get_test_format(self):
|
def get_test_format(self):
|
||||||
return LibcxxTestFormat(
|
return LibcxxTestFormat(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user