mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
gtester should fail even if -k is passed
This commit is contained in:
parent
874efeb8ea
commit
04d83e8e50
@ -672,7 +672,7 @@ main (int argc,
|
||||
|
||||
close (log_fd);
|
||||
|
||||
return 0;
|
||||
return testcase_fail_count == 0 ? 0 : 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user