btrfs: redirect 'btrfs device add' output to seqres.full
[xfstests-dev.git] / tests / btrfs / 175
index 6f7832a5602f40827951b56dfcc5aba53a2ad7ce..dc6c19217254bfff26b6105a9e1fbbcf275866f7 100755 (executable)
@@ -49,7 +49,7 @@ _scratch_mount
 # device.
 _format_swapfile "$SCRATCH_MNT/swap" $(($(get_page_size) * 10)) > /dev/null
 scratch_dev2="$(echo "${SCRATCH_DEV_POOL}" | awk '{ print $2 }')"
-$BTRFS_UTIL_PROG device add -f "$scratch_dev2" "$SCRATCH_MNT"
+$BTRFS_UTIL_PROG device add -f "$scratch_dev2" "$SCRATCH_MNT" >> $seqres.full
 swapon "$SCRATCH_MNT/swap" 2>&1 | _filter_scratch
 swapoff "$SCRATCH_MNT/swap" > /dev/null 2>&1