* lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
authorJeff Law <law@redhat.com>
Wed, 29 Aug 2001 18:11:19 +0000 (18:11 +0000)
committerJeff Law <law@redhat.com>
Wed, 29 Aug 2001 18:11:19 +0000 (18:11 +0000)
        where mismatch occurs due to regexp mismatch.

Another patch from Joern.

gas/testsuite/ChangeLog
gas/testsuite/lib/gas-defs.exp

index 21e65a309d9937ef28c25f35794ce0988d924d55..4fd13d3d898ad7a593584864077e8bbe8e24613f 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 29 12:05:13 2001  J"orn Rennecke <amylaar@redhat.com>
+
+       * lib/gas-defs.exp: (regexp_diff) At verbosity 3, also show
+       where mismatch occurs due to regexp mismatch.
+
 2001-08-27  Staffan Ulfberg  <staffanu@swox.se>
            Alan Modra  <amodra@bigpond.net.au>
 
index 7f98c854e5a200f09b730906986d6c975e776b5d..e695abf7cb63f2c732759efa0490d39b63d735a3 100644 (file)
@@ -539,6 +539,7 @@ proc regexp_diff { file_1 file_2 } {
             if ![regexp "^$line_b$" "$line_a"] {
                send_log "regexp_diff match failure\n"
                send_log "regexp \"^$line_b$\"\nline   \"$line_a\"\n"
+               verbose "regexp_diff match failure\n" 3
                set differences 1
             }
         }
This page took 0.027147 seconds and 4 git commands to generate.