Update file init_test.py

This commit is contained in:
2023-10-30 22:19:10 +00:00
parent 4652f544f4
commit a095160208

View File

@@ -53,5 +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'"))