provision-with-micromamba icon indicating copy to clipboard operation
provision-with-micromamba copied to clipboard

Fix cmd.exe tests

Open jonashaag opened this issue 3 years ago • 4 comments

Reproducer for #39

jonashaag avatar May 13 '22 09:05 jonashaag

I think we need to check the %errorlevel%:

e.g.

if %errorlevel% neq 0 exit /b %errorlevel%

that should propagate the error properly

wolfv avatar May 13 '22 09:05 wolfv

Thanks for the pointer, I wanted to avoid copy-pasting that a dozen times...

jonashaag avatar May 13 '22 09:05 jonashaag

Why does it stop executing the cmd.exe commands? I thought there was no fail-fast in cmd.exe.

jonashaag avatar May 13 '22 09:05 jonashaag

@tdegeus if you have time to investigate the bug source of the bug that would be great!

jonashaag avatar May 14 '22 16:05 jonashaag