From: Jonathan Wakely Date: Thu, 14 Sep 2023 12:57:05 +0000 (+0100) Subject: libstdc++: Add log line to testsuite output X-Git-Tag: basepoints/gcc-15~6080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a923c52920d2f5c6cbd486f465dc4aec2d1f9544;p=thirdparty%2Fgcc.git libstdc++: Add log line to testsuite output Write a line to the log when using a testsuite_files file. libstdc++-v3/ChangeLog: * testsuite/libstdc++-dg/conformance.exp: Add log line when using testsuite_files. --- diff --git a/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp b/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp index 766797398234..96dcc1f8cfff 100644 --- a/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp +++ b/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp @@ -44,6 +44,7 @@ if {[info exists blddir]} { } if {[info exists tests_file] && [file exists $tests_file]} { set f [open $tests_file] + verbose -log "reading test files from $tests_file" 1 while { ! [eof $f] } { set t [gets $f] if { [string length "$t"] != 0 } {