aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman/podman/run-ptest
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podman/podman/run-ptest')
-rw-r--r--recipes-containers/podman/podman/run-ptest13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-containers/podman/podman/run-ptest b/recipes-containers/podman/podman/run-ptest
new file mode 100644
index 00000000..108ff451
--- /dev/null
+++ b/recipes-containers/podman/podman/run-ptest
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: MIT
+
+#
+# Podman system tests
+#
+
+# The system tests don't need any go related variables. Dummy-define them to
+# avoid useless warnings/errors.
+GOOS=undefined GO=true BUILDTAGS= make localsystem