These are some leftover debugging commands that were commented out but which I forgot to remove. Signed-off-by: David Gibson --- test/lib/context | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/lib/context b/test/lib/context index 9c1a65f..ccb0004 100644 --- a/test/lib/context +++ b/test/lib/context @@ -45,8 +45,6 @@ context_setup_nsenter() { # $1: Context name # $2: CID to use for vsock context_setup_guest() { - #exec > /tmp/.passt_test_log_pipe 2>&1 - #set -x __name="$1" __cid="$2" __prefix="${LOGDIR}/context_${__name}" -- 2.37.3