mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch '1305-gtester-sense' into 'master'
gtester: fix test result in gtester XML report Closes #1305 See merge request GNOME/glib!34
This commit is contained in:
commit
ed4ff31567
@ -109,7 +109,7 @@ testcase_close (long double duration,
|
||||
success = exit_status == G_TEST_RUN_SUCCESS || exit_status == G_TEST_RUN_SKIPPED;
|
||||
test_log_printfe ("%s<status exit-status=\"%d\" n-forks=\"%d\" result=\"%s\"/>\n",
|
||||
sindent (log_indent), exit_status, n_forks,
|
||||
success ? "failed" : "success");
|
||||
success ? "success" : "failed");
|
||||
log_indent -= 2;
|
||||
test_log_printfe ("%s</testcase>\n", sindent (log_indent));
|
||||
testcase_open--;
|
||||
|
Loading…
Reference in New Issue
Block a user