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 }