From 0b0a778f2b3c29b6faf7fb7152d9ff51fe5c0927 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 17 2012 19:59:49 +0000 Subject: made test more verbose (added t_Log to know which test is running) --- diff --git a/tests/p_sendmail/0-install_sendmail.sh b/tests/p_sendmail/0-install_sendmail.sh index 96b9ca3..760b918 100755 --- a/tests/p_sendmail/0-install_sendmail.sh +++ b/tests/p_sendmail/0-install_sendmail.sh @@ -1,13 +1,14 @@ #!/bin/bash # Author: Athmane Madjoudj +t_Log "Running $0 - remove unused MTAs and install sendmail" + t_InstallPackage sendmail # Remove other MTAs t_ServiceControl postfix stop t_ServiceControl exim stop sleep 3 -t_RemovePackage postfix -t_RemovePackage exim +t_RemovePackage postfix exim t_ServiceControl sendmail start