diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-02 14:28:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 14:28:46 +0100 |
commit | 6b5ecde76ebb177b1ab1dd9e9555fc198ad90858 (patch) | |
tree | a39af2c8c8bd0db477e70913878b83110730955d /test/utils | |
parent | eeb71490e57047202410821fe98fa4332371cb03 (diff) | |
parent | 65109494bca511fbcfd36c8d5b2f70e33c210409 (diff) | |
download | podman-6b5ecde76ebb177b1ab1dd9e9555fc198ad90858.tar.gz podman-6b5ecde76ebb177b1ab1dd9e9555fc198ad90858.tar.bz2 podman-6b5ecde76ebb177b1ab1dd9e9555fc198ad90858.zip |
Merge pull request #12471 from edsantiago/e2e_tmpdir_cleanup
e2e tmpdir cleanup
Diffstat (limited to 'test/utils')
-rw-r--r-- | test/utils/utils.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/utils/utils.go b/test/utils/utils.go index 944c1ac3c..f41024072 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -36,7 +36,6 @@ type PodmanTestCommon interface { type PodmanTest struct { PodmanMakeOptions func(args []string, noEvents, noCache bool) []string PodmanBinary string - ArtifactPath string TempDir string RemoteTest bool RemotePodmanBinary string |