]> Git Repo - qemu.git/blame - tests/docker/test-block
python: futurize -f libfuturize.fixes.fix_print_with_import
[qemu.git] / tests / docker / test-block
CommitLineData
f300ca63
FZ
1#!/bin/bash
2#
3# Run block test cases
4#
5# Copyright 2017 Red Hat Inc.
6#
7# Authors:
8# Fam Zheng <[email protected]>
9#
10# This code is licensed under the GPL version 2 or later. See
11# the COPYING file in the top-level directory.
12
13. ./common.rc
14
15cd "$BUILD_DIR"
16
12b25a7d 17build_qemu --target-list=x86_64-softmmu || test_fail "Build failed"
f300ca63
FZ
18cd tests/qemu-iotests
19for t in raw qcow2 nbd luks; do
20 ./check -g quick -$t || test_fail "Test failed: iotests $t"
21done
This page took 0.079321 seconds and 4 git commands to generate.