From a2cbe9ec7c8c08d4742194f9f1167cb8966d64a6 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 28 May 2014 10:35:56 +0100 Subject: Report the python version being used when executing lit. --- Test/lit.site.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Test/lit.site.cfg') diff --git a/Test/lit.site.cfg b/Test/lit.site.cfg index de51b761..229a773d 100644 --- a/Test/lit.site.cfg +++ b/Test/lit.site.cfg @@ -10,6 +10,8 @@ import platform import lit.util import lit.formats +lit_config.note('using Python {}'.format(sys.version)) + # name: The name of this test suite. config.name = 'Boogie' -- cgit v1.2.3