mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-15 14:43:34 +02: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:
@ -418,5 +418,5 @@ main (int argc, char **argv)
|
||||
line++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return exit_status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user