twister

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

commit 2e773e85b59bdf8dc2c529d9fcec1c40b0fb0e9f
parent c2f2c4048f8fe5475fcc1bcd7044d01f5e37d560
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 26 Mar 2018 20:47:47 +0200

remove strace from tests.

Diffstat:
Msrc/test/test_twister.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/test_twister.sh b/src/test/test_twister.sh @@ -7,7 +7,7 @@ TWISTER_URL="http://localhost:8888/" web_server_pid=$! # Launch the Twister. -strace -o /tmp/twister.syscalls taler-twister-service -c ./test_twister.conf & +taler-twister-service -c ./test_twister.conf & twister_service_pid=$! # hack the response code.