diff options
Diffstat (limited to 'testscripts/run-nxproxy2nxproxy-over-sockets')
-rwxr-xr-x | testscripts/run-nxproxy2nxproxy-over-sockets | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testscripts/run-nxproxy2nxproxy-over-sockets b/testscripts/run-nxproxy2nxproxy-over-sockets index f72e10ec5..30efea58b 100755 --- a/testscripts/run-nxproxy2nxproxy-over-sockets +++ b/testscripts/run-nxproxy2nxproxy-over-sockets @@ -72,7 +72,7 @@ export PATH # Create the fake cookie for this display. # -echo -ne "Creating the X authorization cookie.\n" +echo "Creating the X authorization cookie." xauth add ${HOSTNAME}/unix:${NX_PORT} MIT-MAGIC-COOKIE-1 ${NX_COOKIE} xauth add ${HOSTNAME}:${NX_PORT} MIT-MAGIC-COOKIE-1 ${NX_COOKIE} @@ -115,7 +115,7 @@ echo "${NX_HOST}:${NX_PORT}" >${NX_ROOT}/C-${NX_PORT}/options # Run the local proxy impersonating the X display. # -echo -ne "Running the X client side NX proxy.\n" +echo "Running the X client side NX proxy." #valgrind -v --num-callers=8 --error-limit=no --trace-children=no \ #valgrind --tool=memcheck --track-fds=yes \ @@ -139,7 +139,7 @@ NX_HOST=nx/nx,keybd=1,samba=1,cups=1,connect=$(urlencode "unix:${NX_SYSTEM}/C-${ echo "${NX_HOST}:${NX_PORT}" >${NX_ROOT}/S-${NX_PORT}/options -echo -ne "Running the X server side NX proxy.\n" +echo "Running the X server side NX proxy." #cachegrind -v --dumps=100000000 \ #cachegrind -v \ @@ -149,5 +149,5 @@ echo -ne "Running the X server side NX proxy.\n" nxproxy -S nx/nx,options=${NX_ROOT}/S-${NX_PORT}/options:${NX_PORT} \ 2>>${HOME}/.nx/S-${NX_PORT}/session & -echo -ne "Session running on display :$NX_PORT.\n" +echo "Session running on display :$NX_PORT." |