Skip to content
Snippets Groups Projects
Commit 5c109cd1 authored by Pascal Stolzenburg's avatar Pascal Stolzenburg
Browse files

Update testmanager.sh

parent eaff15c6
No related merge requests found
......@@ -105,7 +105,7 @@ for ((i=0; i<${anzahlTests}; i++)); do
## Simulation
# Sollte während der Iterationen die Simulation aufhängen, dann innerhalb des Hauptterminals Strg+C drücken um den aktuellen Testfall zu überspringen
# Sollte während der Iterationen die Simulation sich aufhängen, dann innerhalb des Hauptterminals Strg+C drücken um den aktuellen Testfall zu überspringen
# Launch der Welt
......@@ -163,6 +163,6 @@ cd ~/catkin_ws/src/semesterprojekt-modulbasiertes-testen/src/test/log_analyzer
chmod +x log_analyzer.py
python log_analyzer.py -l ../../../build/sim/log/ -t ../../../build/test/testfaelle/
python3 log_analyzer.py -l ../../../build/sim/log/ -t ../../../build/test/testfaelle/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment