Skip to content

Commit

Permalink
Prepare 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmahon committed Sep 24, 2018
1 parent 7f9522f commit 22ae55b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
@@ -1,4 +1,4 @@
1.3.4 unreleased
1.3.4 2018-09-24

- Fix tcpchecks in test.yml.

Expand Down
13 changes: 10 additions & 3 deletions test.yml
Expand Up @@ -155,6 +155,11 @@
tags:
- plone1

- name: Test tcpcheck
shell: "echo quit | socat -T 1 TCP:127.0.0.1:5181 stdio"
tags:
- plone1

- name: Check to see if Plone 4.3.x is running
uri:
url: http://127.0.0.1:4081/Plone
Expand Down Expand Up @@ -193,6 +198,11 @@
tags:
- plone2

- name: Test tcpcheck
shell: "echo quit | socat -T 1 TCP:127.0.0.1:4181 stdio"
tags:
- plone2

- name: Attempt a backup for the client-less install
command: "/usr/local/plone-5.1/no_clients_custom_backup/bin/backup"
become_user: plone_daemon
Expand All @@ -213,6 +223,3 @@
become_user: plone_daemon
tags:
- plone3

- name: Test tcpcheck
command: "echo quit | socat TCP:127.0.0.1:8181"

0 comments on commit 22ae55b

Please sign in to comment.