From afb4fb54707da2be227508d6bec9e52db9f4c726 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 25 May 2018 14:15:58 +0200 Subject: Commenting the "check keys" CMD. --- src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c') diff --git a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c index aa711436..9c5fe9a3 100644 --- a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c +++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c @@ -64,7 +64,7 @@ run (void *cls, { struct TALER_TESTING_Command commands[] = { - /* Send signal to the exchange to see if it reacts */ + /* Trigger keys reloading from disk. */ TALER_TESTING_cmd_signal ("signal-reaction-1", is->exchanged, SIGUSR1), @@ -73,7 +73,8 @@ run (void *cls, 1, 4, is->exchange), - TALER_TESTING_cmd_exec_keyup ("keyup-2", /* 1st keyup happens at start-up */ + /* 1st keyup happens at start-up */ + TALER_TESTING_cmd_exec_keyup ("keyup-2", CONFIG_FILE_EXTENDED), TALER_TESTING_cmd_exec_auditor_sign ("sign-keys-1", @@ -91,12 +92,6 @@ run (void *cls, 8, #endif is->exchange), - - - /** - * End the suite. Fixme: better to have a label for this - * too, as it shows "(null)" in logs. - */ TALER_TESTING_cmd_end () }; -- cgit v1.2.3