From: Kevin Wolf <kwolf@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org
Subject: [Qemu-devel] [PULL 3/4] qemu-iotests: 149: Use "/usr/bin/env python"
Date: Tue, 5 Apr 2016 17:41:27 +0200 [thread overview]
Message-ID: <1459870888-9246-4-git-send-email-kwolf@redhat.com> (raw)
In-Reply-To: <1459870888-9246-1-git-send-email-kwolf@redhat.com>
From: Fam Zheng <famz@redhat.com>
Do the same as other scripts, to pick the correct interpreter between
python2 and python3 from the environment.
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1459504593-2692-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
tests/qemu-iotests/149 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/149 b/tests/qemu-iotests/149
index bb5811d..52e23d2 100755
--- a/tests/qemu-iotests/149
+++ b/tests/qemu-iotests/149
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright (C) 2016 Red Hat, Inc.
#
--
1.8.3.1
next prev parent reply other threads:[~2016-04-05 15:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-05 15:41 [Qemu-devel] [PULL 0/4] Block layer patches for 2.6 Kevin Wolf
2016-04-05 15:41 ` [Qemu-devel] [PULL 1/4] block: forbid x-blockdev-del from acting on DriveInfo Kevin Wolf
2016-04-05 15:41 ` [Qemu-devel] [PULL 2/4] block: Forbid I/O throttling on nodes with multiple parents for 2.6 Kevin Wolf
2016-04-05 15:41 ` Kevin Wolf [this message]
2016-04-05 15:41 ` [Qemu-devel] [PULL 4/4] crypto: Avoid memory leak on failure Kevin Wolf
2016-04-05 16:44 ` [Qemu-devel] [PULL 0/4] Block layer patches for 2.6 Peter Maydell
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=1459870888-9246-4-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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).