mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
testing: Comment that test order with -p is reversed
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
dfec3c6789
commit
48cc3abede
@ -1163,6 +1163,8 @@ test_tap (void)
|
||||
NULL, NULL, &output, NULL, &status,
|
||||
&error);
|
||||
g_assert_no_error (error);
|
||||
/* FIXME: Tests are run in an order that is the reverse of the order
|
||||
* of -p options. */
|
||||
g_assert_nonnull (strstr (output, "\nok 1 /b/a\n"));
|
||||
g_assert_nonnull (strstr (output, "\nok 2 /b/b\n"));
|
||||
g_assert_nonnull (strstr (output, "\nok 3 /c/a\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user