qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env


From: Max Reitz
Subject: [Qemu-devel] [PATCH v3 3/7] iotests: Add default common.env
Date: Thu, 22 May 2014 23:30:27 +0200

Add a default common.env in case the one supposed to be emitted by
configure cannot be found.

Signed-off-by: Max Reitz <address@hidden>
---
 tests/qemu-iotests/common.env.default | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 tests/qemu-iotests/common.env.default

diff --git a/tests/qemu-iotests/common.env.default 
b/tests/qemu-iotests/common.env.default
new file mode 100644
index 0000000..406e1f1
--- /dev/null
+++ b/tests/qemu-iotests/common.env.default
@@ -0,0 +1,6 @@
+if command -v python2 > /dev/null
+then
+    export PYTHON='python2'
+else
+    export PYTHON='python'
+fi
-- 
1.9.3




reply via email to

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