Skip to content

Commit 306f90a

Browse files
committed
test: fix test failure
1 parent 02602f5 commit 306f90a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/run-tests-all-clouds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -v aadClientSecret ]; then
2525
cp test/integration/azure.json $AZURE_CREDENTIAL_FILE
2626

2727
# copy blobfuse binary
28-
sudo mkdir /usr/blob
28+
sudo mkdir -p /usr/blob
2929
sudo cp test/sanity/blobfuse /usr/blob/blobfuse
3030

3131
sed -i "s/tenantId-input/$tenantId/g" $AZURE_CREDENTIAL_FILE

test/sanity/run-tests-all-clouds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -v aadClientSecret ]; then
2727
# run test in CI env
2828
cp test/integration/azure.json $AZURE_CREDENTIAL_FILE
2929
# copy blobfuse binary
30-
sudo mkdir /usr/blob
30+
sudo mkdir -p /usr/blob
3131
sudo cp test/sanity/blobfuse /usr/blob/blobfuse
3232

3333
sed -i "s/tenantId-input/$tenantId/g" $AZURE_CREDENTIAL_FILE

0 commit comments

Comments
 (0)