twister

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

commit 67b955192462a0777d370647b199e79d8f17f82a
parent 540ac8ac81319f3f57300a28872f2f67b32267c5
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu,  8 Mar 2018 17:22:33 +0100

option name.

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 @@ -256,7 +256,7 @@ delete_object_run (void *cls, "taler-twister", "taler-twister", "-c", dos->config_filename, - "--emptyobject", dos->path, + "--deleteobject", dos->path, NULL); if (NULL == dos->proc) {