mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Testing oneliner on for loop
This commit is contained in:
parent
a956e03110
commit
e4b9dffb5d
4
Makefile
4
Makefile
|
@ -20,9 +20,7 @@ prepare:
|
|||
|
||||
fixtures:
|
||||
# Sending test mails
|
||||
for file in test/email-templates/*.txt ; do \
|
||||
docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; \
|
||||
done
|
||||
for file in test/email-templates/*.txt ; do docker exec mail /bin/sh -c "nc 0.0.0.0 25 < /tmp/$$file" ; done
|
||||
# Wait for mails to be analyzed
|
||||
sleep 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue