Stopped Unit Test Automation as it doesn't work yet

This commit is contained in:
2020-01-16 12:45:55 +01:00
parent f2e64e375b
commit 25deefdcb9

View File

@@ -60,7 +60,7 @@ prepareMerge(){
printLine "Merge Preparation started..."
runUncrustify
runCPPCheck
runUnitTests
#runUnitTests
runDoxygen
gitCommit
printLine "Finished." "\033[0;32m"
@@ -73,7 +73,7 @@ prepareRelease(){
cleanDir
runUncrustify
runCPPCheck
runUnitTests
#runUnitTests
runDoxygen
gitCommit
printLine "Finished." "\033[0;32m"