Skip to content

Commit

Permalink
Run apt-get update before building xfstests
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 10, 2021
1 parent 3c4075b commit b85165c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run-xfstests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sleep 5

[ -e /usr/bin/geesefs ] || sudo ln -s `pwd`/geesefs /usr/bin/geesefs

sudo apt-get update
sudo apt-get -y install s3cmd

s3cmd --signature-v2 --no-ssl --host-bucket= --access_key=foo --secret_key=bar --host=http://localhost:$PROXY_PORT mb s3://testbucket
Expand Down

0 comments on commit b85165c

Please sign in to comment.