summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-10 00:38:03 +0200
committerGitHub <noreply@github.com>2019-07-10 00:38:03 +0200
commit551edd287e7cb31327d18c3ebc0d2e6b1160c235 (patch)
treeec46aca84630a5c85ac18be4d5cb15b8f4f81eb4
parent76aa8f6d2dc11e170eea33b56c269020b12db7e5 (diff)
parentb205e044d610cde27f0fb80ab3bdaab344d812b6 (diff)
downloadpodman-551edd287e7cb31327d18c3ebc0d2e6b1160c235.tar.gz
podman-551edd287e7cb31327d18c3ebc0d2e6b1160c235.tar.bz2
podman-551edd287e7cb31327d18c3ebc0d2e6b1160c235.zip
Merge pull request #3536 from edsantiago/tabularasa_before_system_test
make localsystem: wipe all user config state
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed470fc7e..3f1ddc917 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,8 @@ localintegration: varlink_generate test-binaries ginkgo
remoteintegration: varlink_generate test-binaries ginkgo-remote
localsystem:
+ # Wipe existing config, database, and cache: start with clean slate.
+ $(RM) -rf ${HOME}/.local/share/containers ${HOME}/.config/containers
if timeout -v 1 true; then PODMAN=./bin/podman bats test/system/; else echo "Skipping localsystem: 'timeout -v' unavailable'"; fi
remotesystem: