gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-twister] branch master updated: attach strace to the


From: gnunet
Subject: [GNUnet-SVN] [taler-twister] branch master updated: attach strace to the twister, on tests.
Date: Mon, 26 Mar 2018 15:12:57 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository twister.

The following commit(s) were added to refs/heads/master by this push:
     new c2f2c40  attach strace to the twister, on tests.
c2f2c40 is described below

commit c2f2c4048f8fe5475fcc1bcd7044d01f5e37d560
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 26 15:12:33 2018 +0200

    attach strace to the twister, on tests.
---
 src/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
index f97b5db..402396d 100755
--- 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]