From 90c773488c59e57c19ecca5635c1ae7f70e56076 Mon Sep 17 00:00:00 2001 From: John Parent Date: Tue, 25 Jan 2022 17:29:17 -0500 Subject: Add Github Actions for Windows (#24504) Setup Installer CI (#25184), (#25191) Co-authored-by: Zack Galbreath Co-authored-by: lou.lawrence@kitware.com Co-authored-by: Betsy McPhail --- bin/spack.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/spack.bat') diff --git a/bin/spack.bat b/bin/spack.bat index 3b6b7905a4..4781c42702 100644 --- a/bin/spack.bat +++ b/bin/spack.bat @@ -187,7 +187,7 @@ python "%spack%" %_sp_flags% %_sp_subcommand% %_sp_args% goto :end_switch :end_switch -exit /B 0 +exit /B %ERRORLEVEL% ::######################################################################## @@ -220,4 +220,4 @@ for %%I in (%~2) do ( :pathadd "%~1" "%%I\%%Z" ) ) -exit /B 0 \ No newline at end of file +exit /B %ERRORLEVEL% \ No newline at end of file -- cgit v1.2.3-60-g2f50