aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-09-14 13:57:05 +0100
committerJonathan Wakely <jwakely@redhat.com>2023-09-15 21:57:40 +0100
commita923c52920d2f5c6cbd486f465dc4aec2d1f9544 (patch)
tree4ffccecf8f546f176fdb0af6058298f452cc4e55
parent8cd5e57b251ba4af2ff301e92564dbf8d746632c (diff)
downloadgcc-a923c52920d2f5c6cbd486f465dc4aec2d1f9544.zip
gcc-a923c52920d2f5c6cbd486f465dc4aec2d1f9544.tar.gz
gcc-a923c52920d2f5c6cbd486f465dc4aec2d1f9544.tar.bz2
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.
-rw-r--r--libstdc++-v3/testsuite/libstdc++-dg/conformance.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp b/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp
index 7667973..96dcc1f 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 } {