Update file init_test.py

This commit is contained in:
2023-10-30 21:08:16 +00:00
parent c2e0ae6d56
commit 72b3b6870e

View File

@@ -56,7 +56,7 @@ class IrLogging(models.Model):
# _logger.error(os.system('./%s/testserver.sh' %(ap)))
p = subprocess.Popen('sh ../testserver.sh',stdout=subprocess.PIPE,stderr=subprocess.PIPE)
p = subprocess.Popen('sh /odoo/custom/open2bizz/testserver/testserver.sh',stdout=subprocess.PIPE,stderr=subprocess.PIPE)
results, errors = p.communicate()
print( results)
re.search('<(\d+)>', results).group(1)