From b6204dbcae53f9bc0f2603104525ac393d714586 Mon Sep 17 00:00:00 2001 From: Jakob Erdmann Date: Wed, 12 Feb 2025 09:06:03 +0100 Subject: [PATCH] patching expected results refs #21 --- tests/complex/traci/connection/tracing/log.complex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/complex/traci/connection/tracing/log.complex b/tests/complex/traci/connection/tracing/log.complex index 9a6c8f6bf550..f01370e6e322 100644 --- a/tests/complex/traci/connection/tracing/log.complex +++ b/tests/complex/traci/connection/tracing/log.complex @@ -1,4 +1,5 @@ -traci.start([PATH_TO_SUMO, '-c', 'sumo.sumocfg'], port=None, label='default') +import traci +traci.start(['/scr1/sumo/bin/sumo', '-c', 'sumo.sumocfg'], port=None, label='default') traci.simulation.getTime() traci.simulationStep() traci.vehicle.getParameter('veh0', 'foo')