removing some legacy behaviour

This commit is contained in:
rusefi 2020-06-18 13:27:24 -04:00
parent d389d9abf3
commit d194fd4608
1 changed files with 2 additions and 4 deletions

View File

@ -7,16 +7,14 @@ pwd
rem Prior to running unit tests we build real hardware firmware
cd firmware
git submodule update --init
rm -fR .dep
rm -fR build
cd firmware
call update_version.bat
IF NOT ERRORLEVEL 0 echo ERROR: INVOKING VERSION HEADER GENERATOR
IF NOT ERRORLEVEL 0 EXIT /B 1
cd ..
echo We are in root folder
pwd