]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Add log line to testsuite output
authorJonathan Wakely <jwakely@redhat.com>
Thu, 14 Sep 2023 12:57:05 +0000 (13:57 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 15 Sep 2023 20:57:40 +0000 (21:57 +0100)
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.

libstdc++-v3/testsuite/libstdc++-dg/conformance.exp

index 7667973982345790920e42feb9c580479f6d3cf6..96dcc1f8cfff66bce7cd4e4e1f3fdc2bf22802a1 100644 (file)
@@ -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 } {