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 f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
@@ -1,3 +1,7 @@
+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
index f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
@@ -1,3 +1,7 @@
+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
index f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
@@ -1,3 +1,7 @@
+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
index f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
@@ -1,3 +1,7 @@
+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
index f729c8936ece0334fb0a2a6aba981adf6b8d5f84..1976c22b45e7187da5930af97efc1a50a2f5dda4 100644 (file)
@@ -1,3 +1,7 @@
+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
index 37713b94a92c3e0240779d4fbbdbc66620c44fa4..21d350f13f34d465bfaa0dbea6ce3d599126f9d6 100644 (file)
@@ -418,5 +418,5 @@ main (int argc, char **argv)
       line++;
     }
 
-  return 0;
+  return exit_status;
 }