[PR #8488] Correct paths in the the runut and runft test scripts #27209

Open
opened 2026-01-31 09:20:39 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/8488

State: closed
Merged: Yes


This corrects the path to Terminal.Core.Unit.Tests.dll in the runut
unit test script and makes the runft feature test script capable of
working with Release builds as well as Debug builds.

The path to Terminal.Core.Unit.Tests.dll changed when the project was
restructured, and the runut script was never updated to reflect that
change. That has now been corrected.

And the runft script used to be hard coded to look for tests in the
Debug directory, but it has now been updated to use the
%_LAST_BUILD_CONF% environment variable, so it should work for both
Debug and Release builds.

Validation Steps Performed

I've manually confirmed that the runut and runft scripts now work as
expected.

Closes #8485

**Original Pull Request:** https://github.com/microsoft/terminal/pull/8488 **State:** closed **Merged:** Yes --- This corrects the path to `Terminal.Core.Unit.Tests.dll` in the `runut` unit test script and makes the `runft` feature test script capable of working with _Release_ builds as well as _Debug_ builds. The path to `Terminal.Core.Unit.Tests.dll` changed when the project was restructured, and the `runut` script was never updated to reflect that change. That has now been corrected. And the `runft` script used to be hard coded to look for tests in the _Debug_ directory, but it has now been updated to use the `%_LAST_BUILD_CONF%` environment variable, so it should work for both _Debug_ and _Release_ builds. ## Validation Steps Performed I've manually confirmed that the `runut` and `runft` scripts now work as expected. Closes #8485
claunia added the pull-request label 2026-01-31 09:20:39 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27209