Skip to content

Commit

Permalink
Use xfstests v2023.01.01 for now
Browse files Browse the repository at this point in the history
Newer versions have support for FUSE that should be checked, then we can update
  • Loading branch information
vitalif committed Mar 1, 2023
1 parent 829bebd commit 4fe1ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ run-xfstests: s3proxy.jar xfstests
./test/run-xfstests.sh

xfstests:
git clone --depth=1 https://github.com/kdave/xfstests
git clone --depth=1 -b v2023.01.01 https://github.com/kdave/xfstests
cd xfstests && patch -p1 -l < ../test/xfstests.diff

s3proxy.jar:
Expand Down

0 comments on commit 4fe1ec9

Please sign in to comment.