Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit batch files explictly using ERRORLEVEL #29583

Merged
merged 6 commits into from
Jan 25, 2019

Commits on Jan 25, 2019

  1. Exit batch files explictly using ERRORLEVEL

    This makes sure the exit code is preserved when calling the batch
    files from different contexts other than DOS
    
    Fixes elastic#29582
    
    This also fixes specific error codes being masked by an explict
    
    exit /b 1
    
    causing the useful exitcodes from ExitCodes to be lost.
    Mpdreamz committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    af7ed10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d5a0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1031409 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03a2733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00ebdee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94d31bc View commit details
    Browse the repository at this point in the history