You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hcttestcmds: Fix error handling and support skip cleanup on failure (microsoft#4879)
Fix problem with expression under :failed subroutine, and preserve Failed variable on endlocal in :cleanup subroutine.
Use environment variable HLSL_TESTCMD_CLEANUP_ON_FAILURE to drive whether hcttestcmd cleans up temporary files on failure.
Defaults to 1 (true) unless it's already set.
You can set it to 0 to disable cleanup when the test fails.
Fix originally intended behavior for -Vi test and check files for cleanup.
0 commit comments