Update file init_test.py

This commit is contained in:
2023-10-30 22:10:15 +00:00
parent ac690a4018
commit 727b27a53f

View File

@@ -53,3 +53,4 @@ class IrLogging(models.Model):
for ap in ADDONS_PATH.split(','):
if ap[-10:] == 'testserver':
_logger.error(os.system('./%s/testserver.sh' %(ap)))
raise UserError("Testserver is succesvol geïnstalleerd./n/nLET OP!/nDe mailcatcher moet handmatig geïnstalleerd worden met script install_mailhog_as_service.sh die in de modulemap van Testserver staat./n Ga naar de directory en start voer uit: 'sh ./install_mailhog_as_service.sh'")