?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. @call ContinuousIntegration\winbuild_priority_for_git_path.bat
  2. @rem call with first argument being "1" if the ERRORLEVEL should be ignored (set to 0)
  3. bash ContinuousIntegration/test_folder_tests.sh
  4.  
  5. @if "%~1"=="" goto keepErrorLevel
  6. @if not "%~1"=="1" goto keepErrorLevel
  7. @rem kill exit code of the test script, because it will be surely failing on windows forever
  8. @set ERRORLEVEL=0
  9. @echo "Masa povidala, ze to stejne neni smeroplatne (ERRORLEVEL reset to 0)"
  10. :keepErrorLevel
  11.