summaryrefslogtreecommitdiff
path: root/tests/fs/bcachefs/275.ktest
blob: f8f88f9ada5fdb740b2132af2786a6bebb63090f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

require-lib bcachefs-test-libs.sh

config-scratch-devs 4G

config-timeout $(stress_timeout)

config-cpus 12

test_foo()
{
    run_quiet "" bcachefs format -f --errors=panic /dev/sdb
    mount -t bcachefs /dev/sdb /mnt
    cd /mnt
    /host/home/kent/github-275
}