qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/7] iotests: Allow out-of-tree run


From: Max Reitz
Subject: [Qemu-devel] [PATCH 0/7] iotests: Allow out-of-tree run
Date: Fri, 16 May 2014 00:26:07 +0200

This series enables qemu-iotests to be run in a build tree outside of
the source tree. It also makes the tests use the command for invoking
the Python interpreter specified through configure instead of always
using "/usr/bin/env python".


Max Reitz (7):
  iotests: Allow out-of-tree run
  configure: Enable out-of-tree iotests
  iotests: Add default common.env
  iotests: Source common.env
  iotests: Use $PYTHON for Python scripts
  iotests: Drop Python version from 065's Shebang
  iotests: Fix 083 for out-of-tree builds

 configure                             |  12 ++++
 tests/qemu-iotests/031                |   8 +--
 tests/qemu-iotests/036                |   6 +-
 tests/qemu-iotests/039                |  18 +++---
 tests/qemu-iotests/054                |   2 +-
 tests/qemu-iotests/060                |  20 +++----
 tests/qemu-iotests/061                |  24 ++++----
 tests/qemu-iotests/065                |   2 +-
 tests/qemu-iotests/083                |  10 ++--
 tests/qemu-iotests/check              | 102 ++++++++++++++++++++++++++++++----
 tests/qemu-iotests/common             |   8 +--
 tests/qemu-iotests/common.config      |   2 +-
 tests/qemu-iotests/common.env.default |   6 ++
 tests/qemu-iotests/common.rc          |   8 +--
 tests/qemu-iotests/iotests.py         |   3 +-
 15 files changed, 165 insertions(+), 66 deletions(-)
 create mode 100644 tests/qemu-iotests/common.env.default

-- 
1.9.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]