aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index c6c472f92..5e4678590 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -225,7 +225,7 @@ test_run (void *cls,
225 result = GNUNET_OK; 225 result = GNUNET_OK;
226 fprintf (stdout, "\n"); 226 fprintf (stdout, "\n");
227 print_overlay_links_summary (); 227 print_overlay_links_summary ();
228#if !ENABLE_LL 228#if !ENABLE_SUPERMUC
229 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n"); 229 fprintf (stdout, "Testbed running, waiting for keystroke to shut down\n");
230 fflush (stdout); 230 fflush (stdout);
231 (void) getc (stdin); 231 (void) getc (stdin);
@@ -281,7 +281,7 @@ main (int argc, char *const *argv)
281 {'e', "num-errors", "COUNT", 281 {'e', "num-errors", "COUNT",
282 gettext_noop ("tolerate COUNT number of continious timeout failures"), 282 gettext_noop ("tolerate COUNT number of continious timeout failures"),
283 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails}, 283 GNUNET_YES, &GNUNET_GETOPT_set_uint, &num_cont_fails},
284#if !ENABLE_LL 284#if !ENABLE_SUPERMUC
285 {'H', "hosts", "FILENAME", 285 {'H', "hosts", "FILENAME",
286 gettext_noop ("name of the file with the login information for the testbed"), 286 gettext_noop ("name of the file with the login information for the testbed"),
287 GNUNET_YES, &GNUNET_GETOPT_set_string, &hosts_file}, 287 GNUNET_YES, &GNUNET_GETOPT_set_string, &hosts_file},