twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit c4368a157fe9d2e12a4949464ddade5c8ae3cf4f
parent 3513119c97960293b96bfb9add1f1c0fa1de6abc
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  2 Mar 2018 16:27:40 +0100

fix cli arg

Diffstat:
Msrc/twister/testing_api_cmd_exec_client.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/twister/testing_api_cmd_exec_client.c b/src/twister/testing_api_cmd_exec_client.c @@ -122,7 +122,7 @@ hack_response_code_run (void *cls, "taler-twister", "taler-twister", "-c", hrcs->config_filename, - "-a", http_status, + "--responsecode", http_status, NULL); if (NULL == hrcs->proc) {