dead code

This commit is contained in:
rusefi 2018-12-16 01:58:01 -05:00
parent 89829cde49
commit 7a6b080555
2 changed files with 0 additions and 41 deletions

View File

@ -1,10 +0,0 @@
echo going to Root of SVN project
cd ..
set RUSEFI_GIT_PATH=..\rusefi.git
cd %RUSEFI_GIT_PATH%
git fetch --all
git reset --hard origin/master

View File

@ -1,31 +0,0 @@
echo I am hw_test.bat
cd ../firmware
call flash_erase
echo Compiling firmware
pwd
call compile_and_program.bat
if not exist build/rusefi.bin echo FAILED TO COMPILE
if not exist build/rusefi.bin exit -1
pwd
cd ..
echo Running some commands
pwd
rem java -cp java_console_binary\rusefi_console.jar com.rusefi.CmdLine "set_led_blinking_period 10"
cd java_console
echo Running tests
which java
which javac
ant realtest
IF NOT ERRORLEVEL echo ERROR DETECTED
IF NOT ERRORLEVEL 0 EXIT /B 1