From 34e1c58cb39a649c9a4c551681cedf19807b85f0 Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Wed, 7 Dec 2022 12:42:31 +0100 Subject: - added configuration to be able to start executables on a router node - added barrier functionality --- contrib/netjail/netjail_exec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/netjail/netjail_exec.sh') diff --git a/contrib/netjail/netjail_exec.sh b/contrib/netjail/netjail_exec.sh index fa68d90d4..a08f7324b 100755 --- a/contrib/netjail/netjail_exec.sh +++ b/contrib/netjail/netjail_exec.sh @@ -11,5 +11,5 @@ N=$2 NODE=$6 -#netjail_node_exec_without_fds_and_sudo $NODE valgrind --leak-check=full --track-origins=yes --trace-children=yes $3 $4 $5 $1 $2 $7 $8 +#netjail_node_exec_without_fds_and_sudo $NODE valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --trace-children=yes $3 $4 $5 $1 $2 $7 $8 netjail_node_exec_without_fds_and_sudo $NODE $3 $4 $5 $1 $2 $7 $8 -- cgit v1.2.3