mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 15:30:50 +02:00
Testing oneliner on for loop
This commit is contained in:
parent
a956e03110
commit
e4b9dffb5d
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -20,9 +20,7 @@ prepare:
|
||||||
|
|
||||||
fixtures:
|
fixtures:
|
||||||
# Sending test mails
|
# Sending test mails
|
||||||
for file in test/email-templates/*.txt ; do \
|
for file in test/email-templates/*.txt ; do docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; done
|
||||||
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; \
|
|
||||||
done
|
|
||||||
# Wait for mails to be analyzed
|
# Wait for mails to be analyzed
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue