2019-12-21 16:50:16 -08:00
|
|
|
rem
|
|
|
|
rem this takes about 12 minutes to run unfortunatelly, current implementation is pretty inefficient :( See comments around 'nextChart()' method
|
|
|
|
rem pa
|
2022-11-23 03:01:34 -08:00
|
|
|
rem
|
2019-12-21 16:50:16 -08:00
|
|
|
|
2019-12-21 13:04:03 -08:00
|
|
|
set port=%1
|
|
|
|
echo "Port (optional): %port%"
|
|
|
|
java -jar ../java_console_binary/rusefi_console.jar functional_test %port%
|