diff --git a/misc/git_force_update.bat b/misc/git_force_update.bat deleted file mode 100644 index 6ad57ebaca..0000000000 --- a/misc/git_force_update.bat +++ /dev/null @@ -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 \ No newline at end of file diff --git a/misc/hw_test.bat b/misc/hw_test.bat deleted file mode 100644 index a6d963be9b..0000000000 --- a/misc/hw_test.bat +++ /dev/null @@ -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 -