Skip to content

Commit 8250ab2

Browse files
VibhorCodecianGuptaVibhorCodecianGupta
authored andcommitted
swift
1 parent 1f34890 commit 8250ab2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/swift/test_worker.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ DIR=$(pwd)
44
RUNBOX="${DIR}/runbox"
55

66
echo $RUNBOX
7-
# Remove RUNBOX
8-
rm -rf $RUNBOX
9-
107
# Create runbox
118
mkdir -p $RUNBOX
129

@@ -38,4 +35,4 @@ exit 1
3835
fi
3936

4037
# Delete runbox
41-
rm -rf $RUNBOX
38+
sudo rm -rf $RUNBOX

0 commit comments

Comments
 (0)