mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
gtester should fail even if -k is passed
This commit is contained in:
@@ -672,7 +672,7 @@ main (int argc,
|
||||
|
||||
close (log_fd);
|
||||
|
||||
return 0;
|
||||
return testcase_fail_count == 0 ? 0 : 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user