From 2f300b0ca82e0bc09b0965f8a3e5428eddb990ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 5 Aug 2012 18:32:38 +0000 Subject: [PATCH] Updated Boost Build's internal collect_debug_info.py test to collect additional Boost Jam version information - OS name and the minimum supported path modification timestamp. [SVN r79881] --- v2/test/collect_debug_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/collect_debug_info.py b/v2/test/collect_debug_info.py index e2421e1ef..b25c15cc3 100755 --- a/v2/test/collect_debug_info.py +++ b/v2/test/collect_debug_info.py @@ -298,7 +298,7 @@ for x in $(names) } if ---version in $(.argv) { - for x in JAMVERSION JAM_VERSION JAMUNAME + for x in JAMVERSION JAM_VERSION JAMUNAME JAM_TIMESTAMP_RESOLUTION OS { v = [ modules.peek : $(x) ] ; ECHO ***VAR*** $(x): "$(v:J=%s)" *** ;