tests: Call g_test_init() in test-runner too

This makes the log handler that breaks test redundant, as GTest already
does this.
This commit is contained in:
Jonas Ådahl
2018-07-16 16:40:31 +02:00
parent c65617cb5a
commit 2af229fe98
4 changed files with 10 additions and 54 deletions

View File

@@ -40,8 +40,8 @@ GQuark test_runner_error_quark (void);
typedef struct _AsyncWaiter AsyncWaiter;
typedef struct _TestClient TestClient;
void test_init (int argc,
char **argv);
void test_init (int *argc,
char ***argv);
gboolean async_waiter_alarm_filter (AsyncWaiter *waiter,
MetaX11Display *x11_display,