aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 043bdd7d2..bab7976ea 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1633,7 +1633,9 @@ GNUNET_TESTING_service_run (const char *testdir,
1633 char *binary; 1633 char *binary;
1634 char *libexec_binary; 1634 char *libexec_binary;
1635 1635
1636 GNUNET_log_setup (testdir, "WARNING", NULL); 1636 GNUNET_log_setup (testdir,
1637 "WARNING",
1638 NULL);
1637 system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL); 1639 system = GNUNET_TESTING_system_create (testdir, "127.0.0.1", NULL, NULL);
1638 if (NULL == system) 1640 if (NULL == system)
1639 return 1; 1641 return 1;