mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Return nonzero exit status if the test fails. (#118729)
2003-07-31 Noah Levitt <nlevitt@columbia.edu> * tests/unicode-encoding.c: Return nonzero exit status if the test fails. (#118729)
This commit is contained in:
parent
3b93b01219
commit
03e4805ff4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -418,5 +418,5 @@ main (int argc, char **argv)
|
||||
line++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return exit_status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user