twister

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

commit c2f2c4048f8fe5475fcc1bcd7044d01f5e37d560
parent c8da17bae95f877b857ea18260a11c6bde4ea393
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 26 Mar 2018 15:12:33 +0200

attach strace to the twister, on 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. -taler-twister-service -c ./test_twister.conf & +strace -o /tmp/twister.syscalls taler-twister-service -c ./test_twister.conf & twister_service_pid=$! # hack the response code.