We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02602f5 commit 306f90aCopy full SHA for 306f90a
test/integration/run-tests-all-clouds.sh
@@ -25,7 +25,7 @@ if [ -v aadClientSecret ]; then
25
cp test/integration/azure.json $AZURE_CREDENTIAL_FILE
26
27
# copy blobfuse binary
28
- sudo mkdir /usr/blob
+ sudo mkdir -p /usr/blob
29
sudo cp test/sanity/blobfuse /usr/blob/blobfuse
30
31
sed -i "s/tenantId-input/$tenantId/g" $AZURE_CREDENTIAL_FILE
test/sanity/run-tests-all-clouds.sh
@@ -27,7 +27,7 @@ if [ -v aadClientSecret ]; then
# run test in CI env
32
33
0 commit comments