Searched refs:fio_err (Results 1 – 2 of 2) sorted by relevance
22 fio_err=""38 fio_err=$(mktemp "${UBLK_TEST_DIR}"/fio_err_XXXXX)69 if fio --name corrupted_reftag --rw randread $fio_args > /dev/null 2> "$fio_err"; then75 if ! grep -q "$expected_err" "$fio_err"; then101 if fio --name corrupted_data --rw randread $fio_args > /dev/null 2> "$fio_err"; then107 if ! grep -q "$expected_err" "$fio_err"; then117 if fio --name bad_apptag --rw randread $fio_args --apptag 0x4321 > /dev/null 2> "$fio_err"; then123 if ! grep -q "$expected_err" "$fio_err"; then139 rm -f "$fio_err"
37 if fio --name corrupted_reftag --rw randread $fio_args > /dev/null 2> "$fio_err"; then43 if ! grep -q "$expected_err" "$fio_err"; then68 if fio --name corrupted_data --rw randread $fio_args > /dev/null 2> "$fio_err"; then74 if ! grep -q "$expected_err" "$fio_err"; then92 fio_err=$(mktemp "${UBLK_TEST_DIR}"/fio_err_XXXXX)100 rm -f "$fio_err"