qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user tes


From: Alex Bennée
Subject: [Qemu-devel] [PATCH 2/6] tests/docker/test-user: a simple linux-user test
Date: Fri, 28 Oct 2016 17:33:35 +0100

This is useful for checking an appropriately updated cross-arch docker
actually starts without having to do a full build.

Signed-off-by: Alex Bennée <address@hidden>
---
 tests/docker/test-user | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100755 tests/docker/test-user

diff --git a/tests/docker/test-user b/tests/docker/test-user
new file mode 100755
index 0000000..4871de7
--- /dev/null
+++ b/tests/docker/test-user
@@ -0,0 +1,18 @@
+#!/bin/bash -e
+#
+# A very simple test that checks qemu-linux-user binaries work
+# correctly in a cross-arch docker container.
+#
+# Copyright (c) 2016 Linaro.
+#
+# Authors:
+#  Alex Bennée <address@hidden>
+#
+# This work is licensed under the terms of the GNU GPL, version 2
+# or (at your option) any later version. See the COPYING file in
+# the top-level directory.
+
+. common.rc
+
+uname -a
+exit 0
-- 
2.10.1




reply via email to

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