zgrab2/integration_tests/smtp/cleanup.sh

10 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
set +e
echo "smtp/cleanup: Tests cleanup for smtp"
CONTAINER_NAME=zgrab_smtp
docker stop $CONTAINER_NAME