aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-19 11:52:03 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-19 11:52:03 +1300
commitfd2bdeac1fbba374860dcb210c7d66f51bef50d5 (patch)
treec4bed4fec05181703ab809e3c8a6fbef2e16bf87 /tools
parent80fcbfcb89d7a21f838dbe5d2e9e5b6156bae1e1 (diff)
downloadtraccar-server-fd2bdeac1fbba374860dcb210c7d66f51bef50d5.tar.gz
traccar-server-fd2bdeac1fbba374860dcb210c7d66f51bef50d5.tar.bz2
traccar-server-fd2bdeac1fbba374860dcb210c7d66f51bef50d5.zip
Fix integration test script
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-integration.py b/tools/test-integration.py
index 3f1f519be..4b1bca0cc 100755
--- a/tools/test-integration.py
+++ b/tools/test-integration.py
@@ -71,7 +71,7 @@ debug = '-v' in sys.argv
def load_ports():
ports = {}
dir = os.path.dirname(os.path.abspath(__file__))
- root = xml.etree.ElementTree.parse(dir + '/../debug.xml').getroot()
+ root = xml.etree.ElementTree.parse(dir + '/../setup/default.xml').getroot()
for entry in root.findall('entry'):
key = entry.attrib['key']
if key.endswith('.port'):