Put spin debug under -vv flag, and add to mosh-client

This commit is contained in:
John Hood
2016-10-29 01:41:21 -04:00
parent f89f1da0b5
commit 9ffbeddbc8
13 changed files with 47 additions and 23 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ mosh_server()
test_error "mosh_server: variables missing\n"
fi
exec 2> "${MOSH_E2E_TEST}.server.stderr"
exec "$MOSH_SERVER" new -v $MOSH_SERVER_ARGS -@ "$@"
exec "$MOSH_SERVER" new -vv $MOSH_SERVER_ARGS -@ "$@"
}
# main