1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Now it should fail earlier

This commit is contained in:
Florent Daigniere 2023-11-13 08:13:20 +01:00
parent 6765c45ab8
commit a61f31e7c5

View File

@ -1,9 +1,9 @@
python3 tests/email_test.py message-virus "tests/compose/filters/eicar.com.txt"
if [ $? -ne 99 ]; then
if [ $? -ne 25 ]; then
exit 1
fi
python3 tests/email_test.py message-PUA "tests/compose/filters/PotentiallyUnwanted.exe_"
if [ $? -ne 99 ]; then
if [ $? -ne 25 ]; then
exit 1
fi