Update file init_test.py

This commit is contained in:
2023-10-30 21:10:18 +00:00
parent 72b3b6870e
commit 61bc5bcd64

View File

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