From 7fe55ee8f0d206da6bd64e029b97d5332ca83be8 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Wed, 26 Jan 2022 16:17:23 +0000 Subject: [PATCH] Reduce verbosity when running tests Change-type: patch --- tests/run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 4dcd2b6..5465f31 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -349,7 +349,6 @@ function test_scp_service_remote_to_local { } function test_rsync_local_to_remote { - set -x local contents="hi there (local, rsync)" local fname='/tmp/local copy (rsync).txt' @@ -375,7 +374,6 @@ function test_rsync_local_to_remote { } function test_rsync_remote_to_local { - set -x local contents="hi there (remote, rsync)" local fname='/tmp/remote copy (rsync).txt'