mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Merge branch 'spawn-test-debugging' into 'main'
tests: Add a test print to spawn-test on Windows See merge request GNOME/glib!3206
This commit is contained in:
commit
f21772ead0
@ -123,6 +123,7 @@ test_spawn_basics (void)
|
|||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
gchar *file_not_found_message = g_win32_error_message (ERROR_FILE_NOT_FOUND);
|
gchar *file_not_found_message = g_win32_error_message (ERROR_FILE_NOT_FOUND);
|
||||||
|
g_test_message ("sort output: %s\nExpected message: %s", erroutput, file_not_found_message);
|
||||||
g_assert_nonnull (strstr (erroutput, file_not_found_message));
|
g_assert_nonnull (strstr (erroutput, file_not_found_message));
|
||||||
g_free (file_not_found_message);
|
g_free (file_not_found_message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user