27 Nov
2024
27 Nov
'24
3:46 a.m.
eric pouech (@epo) commented about programs/cmd/tests/test_builtins.bat:
call :setError 666 & (popd abc &&echo SUCCESS !errorlevel!||echo FAILURE !errorlevel!) call :setError 666 & (popd &&echo SUCCESS !errorlevel!||echo FAILURE !errorlevel!) call :setError 666 & popd & echo ERRORLEVEL !errorlevel! +cd abc & pushd .. & rmdir abc & (popd &&echo SUCCESS !errorlevel!||echo FAILURE !errorlevel!) please keep the same form as the other tests here:
`cd abc & pushd .. & rmdir abc` `call :SetError 666 & (popd &&echo SUCCESS !errorlevel!||echo FAILURE !errorlevel!)` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6891#note_89017