summaryrefslogtreecommitdiffstats
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 @@
1#!/bin/sh
2
3# SPDX-FileCopyrightText: Huawei Inc.
4#
5# SPDX-License-Identifier: MIT
6
7#
8# Podman system tests
9#
10
11# The system tests don't need any go related variables. Dummy-define them to
12# avoid useless warnings/errors.
13GOOS=undefined GO=true BUILDTAGS= make localsystem