diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-16 01:08:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-16 01:08:05 +0200 |
commit | 95d90c1de7035ded6a4a05e6e3a80f0b32cbdf39 (patch) | |
tree | 6b936999c1110e086cbc805346b5c4932a0b31c2 /Makefile | |
parent | 7ede1594652003e1ec545dc5c98c44142dcdd7c3 (diff) | |
parent | 5b3f3c411058ecd22431b119a2db6e8ce7cf111b (diff) | |
download | podman-95d90c1de7035ded6a4a05e6e3a80f0b32cbdf39.tar.gz podman-95d90c1de7035ded6a4a05e6e3a80f0b32cbdf39.tar.bz2 podman-95d90c1de7035ded6a4a05e6e3a80f0b32cbdf39.zip |
Merge pull request #3127 from mheon/fix_start_race
Ensure that start() in StartAndAttach() is locked
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ localunit: test/goecho/goecho varlink_generate ./contrib/cirrus/lib.sh.t ginkgo: - ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 test/e2e/. + ginkgo -v -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/. ginkgo-remote: ginkgo -v -tags "$(BUILDTAGS) remoteclient" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/. |