bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-dejagnu] PATCH: more whitespace cleanup in lib/framework.exp


From: Jacob Bachmeyer
Subject: [Bug-dejagnu] PATCH: more whitespace cleanup in lib/framework.exp
Date: Sat, 24 Nov 2018 18:51:05 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090807 MultiZilla/1.8.3.4e SeaMonkey/1.1.17 Mnenhy/0.7.6.0

I am unsure how I missed this earlier.

----
ChangeLog entry:
        * lib/framework.exp: Clean up whitespace.

patch:
----
diff --git a/lib/framework.exp b/lib/framework.exp
index 50ac757..9288cb9 100644
--- a/lib/framework.exp
+++ b/lib/framework.exp
@@ -42,7 +42,7 @@ proc insertdtd { } {
  <!ELEMENT result             (#PCDATA)>
  <!ELEMENT name               (#PCDATA)>
  <!ELEMENT prms_id            (#PCDATA)>
-  <!ELEMENT summary         (result, description, total)>
+  <!ELEMENT summary            (result, description, total)>
  <!ELEMENT description        (#PCDATA)>
  <!ELEMENT total              (#PCDATA)>
\]>"
@@ -689,9 +689,9 @@ proc record_test { type message args } {
    # the output of the test can't be considered correct.
    if { $warning_threshold > 0 && $warncnt >= $warning_threshold
         || $perror_threshold > 0 && $errcnt >= $perror_threshold } {
-        verbose "Error/Warning threshold exceeded: \
-                 $errcnt $warncnt (max. $perror_threshold $warning_threshold)"
-        set type UNRESOLVED
+       verbose "Error/Warning threshold exceeded: \
+                $errcnt $warncnt (max. $perror_threshold $warning_threshold)"
+       set type UNRESOLVED
    }

    incr_count $type
----


-- Jacob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]