1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#!/bin/bash . $(dirname $(readlink -e "${BASH_SOURCE[0]}"))/bcachefs-test-libs.sh require-kernel-config BCACHEFS_TESTS config-scratch-devs 4G config-timeout $(stress_timeout) test_mysql() { run_quiet "" bcachefs format -f --errors=panic /dev/sdb mount /dev/sdb /mnt } main "$@"