summaryrefslogtreecommitdiff
path: root/azure/setup.yml
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2020-11-03 09:49:18 +0000
committerGeorge Peter Banyard <girgias@php.net>2020-11-03 09:50:42 +0000
commit06ddda22fe4e8fd987ad7c1b520469d7a2680e0f (patch)
treed1c58019a73dbe8b2ca3515d9c4980068d011b01 /azure/setup.yml
parente1cbfb38f6c29004212853bcddfbe20f7d743447 (diff)
downloadphp-git-06ddda22fe4e8fd987ad7c1b520469d7a2680e0f.tar.gz
Modernize IMAP tests
Use constants when appropriate, drop some ouputs which depends on env vars Enable parallel testing. Closes GH-6380
Diffstat (limited to 'azure/setup.yml')
-rw-r--r--azure/setup.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/setup.yml b/azure/setup.yml
index e0b4dc79da..489df88159 100644
--- a/azure/setup.yml
+++ b/azure/setup.yml
@@ -20,8 +20,8 @@ steps:
set -e
sudo groupadd -g 5000 vmail
sudo useradd -m -d /var/vmail -s /bin/false -u 5000 -g vmail vmail
- sudo cp ext/imap/tests/dovecot.conf /etc/dovecot/dovecot.conf
- sudo cp ext/imap/tests/dovecotpass /etc/dovecot/dovecotpass
+ sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
+ sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
sudo service dovecot restart
displayName: 'Configure IMAP'