qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Max Reitz <mreitz@redhat.com>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Fam Zheng <famz@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Max Reitz <mreitz@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH v2 6/7] iotests: Drop Python version from 065's Shebang
Date: Tue, 20 May 2014 22:23:44 +0200	[thread overview]
Message-ID: <1400617425-14942-7-git-send-email-mreitz@redhat.com> (raw)
In-Reply-To: <1400617425-14942-1-git-send-email-mreitz@redhat.com>

Test 065 specified python2 to be used in its Shebang; this might not
work on systems without a python2 symlink and furthermore it is now
counter-productive, as the check script compares the Shebang to
"#!/usr/bin/env python" and only uses the Python interpreter selected by
configure on an exact match.

Signed-off-by: Max Reitz <mreitz@redhat.com>
---
 tests/qemu-iotests/065 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/065 b/tests/qemu-iotests/065
index ab5445f..e89b61d 100755
--- a/tests/qemu-iotests/065
+++ b/tests/qemu-iotests/065
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 #
 # Test for additional information emitted by qemu-img info on qcow2
 # images
-- 
1.9.2

  parent reply	other threads:[~2014-05-20 20:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 20:23 [Qemu-devel] [PATCH v2 0/7] iotests: Allow out-of-tree run Max Reitz
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 1/7] " Max Reitz
2014-05-22  6:45   ` Fam Zheng
2014-05-22 20:54     ` Max Reitz
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 2/7] configure: Enable out-of-tree iotests Max Reitz
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 3/7] iotests: Add default common.env Max Reitz
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 4/7] iotests: Source common.env Max Reitz
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 5/7] iotests: Use $PYTHON for Python scripts Max Reitz
2014-05-20 20:23 ` Max Reitz [this message]
2014-05-20 20:23 ` [Qemu-devel] [PATCH v2 7/7] iotests: Fix 083 for out-of-tree builds Max Reitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1400617425-14942-7-git-send-email-mreitz@redhat.com \
    --to=mreitz@redhat.com \
    --cc=armbru@redhat.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).