From 0bb5948a1925d81707ad763872b20b8169f58bef Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 20 2012 20:37:09 +0000 Subject: made squirrelmail tests more verbose (added t_Log) --- diff --git a/tests/p_squirrelmail/0-install_squirrelmail.sh b/tests/p_squirrelmail/0-install_squirrelmail.sh index 941e3dd..6905b5a 100755 --- a/tests/p_squirrelmail/0-install_squirrelmail.sh +++ b/tests/p_squirrelmail/0-install_squirrelmail.sh @@ -4,6 +4,7 @@ # NOTE: squirrelmail rpm has require: httpd php php-mbstring # Squirellmail has been removed from el6 +t_Log "Running $0 - install squirrelmail" if (t_GetPkgRel basesystem | grep -q el6) then t_Log It seems to be a CentOS 6.x system, this test will be disabled diff --git a/tests/p_squirrelmail/squirrelmail_test.sh b/tests/p_squirrelmail/squirrelmail_test.sh index 7a386ae..c590be8 100755 --- a/tests/p_squirrelmail/squirrelmail_test.sh +++ b/tests/p_squirrelmail/squirrelmail_test.sh @@ -1,10 +1,11 @@ #!/bin/sh # Author: Athmane Madjoudj +t_Log "Running $0 - test SquirrelMail URL" + if (t_GetPkgRel basesystem | grep -q el6) then t_Log It seems to be a CentOS 6.x system, this test will be disabled else - t_Log "Running $0 - test SquirrelMail URL." curl -s http://localhost/webmail/src/login.php | grep 'SquirrelMail' > /dev/null 2>&1 fi