Skip to content

Commit

Permalink
Reduce verbosity when running tests
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
pdcastro committed Jan 27, 2022
1 parent bf6029c commit 7fe55ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 7fe55ee

Please sign in to comment.