Return nonzero exit status if the test fails. (#118729)
authorNoah Levitt <nlevitt@columbia.edu>
Thu, 31 Jul 2003 16:51:52 +0000 (16:51 +0000)
committerNoah Levitt <nlevitt@src.gnome.org>
Thu, 31 Jul 2003 16:51:52 +0000 (16:51 +0000)
2003-07-31  Noah Levitt  <nlevitt@columbia.edu>

* tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/unicode-encoding.c

index f729c89..1976c22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index f729c89..1976c22 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index f729c89..1976c22 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index f729c89..1976c22 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index f729c89..1976c22 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index f729c89..1976c22 100644 (file)
@@ -1,5 +1,9 @@
 2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
 
+       * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
+
+2003-07-31  Noah Levitt  <nlevitt@columbia.edu>
+
        * tests/utf8.txt: Change instances of U+10ffff to U+10fffd, since that
        is the last valid unicode character. Add check that U+10ffff is
        NOTUNICODE. (#118730)
index 37713b9..21d350f 100644 (file)
@@ -418,5 +418,5 @@ main (int argc, char **argv)
       line++;
     }
 
-  return 0;
+  return exit_status;
 }