Skip to content

Commit

Permalink
Merge pull request #675 from mih/bf-674
Browse files Browse the repository at this point in the history
Increase FS for crippled test runs to 750MB
  • Loading branch information
mih committed Apr 26, 2024
2 parents 81f2e7a + ec39a1b commit 7e4c047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ for:
- |
set -e
if [ "$APPVEYOR_JOB_NAME" = "test-linux-crippled" ]; then
# 500 MB VFAT FS in a box
sudo dd if=/dev/zero of=/crippledfs.img count=500 bs=1M
# 750 MB VFAT FS in a box
sudo dd if=/dev/zero of=/crippledfs.img count=750 bs=1M
sudo mkfs.vfat /crippledfs.img
sudo mkdir /crippledfs
sudo mount -o "uid=$(id -u),gid=$(id -g)" /crippledfs.img /crippledfs
Expand Down

0 comments on commit 7e4c047

Please sign in to comment.