diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-01-15 10:27:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 10:27:36 -0800 |
commit | 1b2f75298d98f59fac73a63599cdca3478bef835 (patch) | |
tree | 414955b45a6675ed49e107e12c41778414d97798 /test/e2e/history_test.go | |
parent | 6e47727d8ad7205d210b027ed03c1eb28b58ab9c (diff) | |
parent | 9a23e285d3ef7d356cb08cd431bcc6ffc7b579ab (diff) | |
download | podman-1b2f75298d98f59fac73a63599cdca3478bef835.tar.gz podman-1b2f75298d98f59fac73a63599cdca3478bef835.tar.bz2 podman-1b2f75298d98f59fac73a63599cdca3478bef835.zip |
Merge pull request #2161 from baude/remotehistory
add support for podman-remote history
Diffstat (limited to 'test/e2e/history_test.go')
-rw-r--r-- | test/e2e/history_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/e2e/history_test.go b/test/e2e/history_test.go index 921dcaea0..9bec9ad13 100644 --- a/test/e2e/history_test.go +++ b/test/e2e/history_test.go @@ -1,5 +1,3 @@ -// +build !remoteclient - package integration import ( |