Skip to content

Commit 5a514d7

Browse files
committed
fix tests
Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com>
1 parent be4eca9 commit 5a514d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/nf-azure/src/test/nextflow/executor/BashWrapperBuilderWithAzTest.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ class BashWrapperBuilderWithAzTest extends Specification {
7878
local source=$1
7979
local target=$2
8080
local basedir=$(dirname "$target")
81-
# local ret removed
8281
mkdir -p "$basedir"
8382
8483
azcopy sync "$source?$AZ_SAS" "$target" --recursive
@@ -209,7 +208,6 @@ class BashWrapperBuilderWithAzTest extends Specification {
209208
local source=$1
210209
local target=$2
211210
local basedir=$(dirname "$target")
212-
# local ret removed
213211
mkdir -p "$basedir"
214212
215213
azcopy sync "$source?$AZ_SAS" "$target" --recursive

0 commit comments

Comments
 (0)