-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed vstest log file path to absolute in TranslationLayer.E2ETest … (
#873) * Changed vstest log file path to absolute in TranslationLayer.E2ETest sample program. Added default run parameters to TranslationLayer.E2ETest sample program. Modified TranslationLayer.ConsoleParameters.LogFilePath to properly handle relative paths, or absolute paths. * Handled null path return from Path.GetDirectoryName in TranslationLayer.LogFilePath set. * Removed extraneous debug message.
- Loading branch information
1 parent
73f4a07
commit cdcdf90
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
samples/Microsoft.TestPlatform.TranslationLayer.E2ETest/Properties/launchSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"profiles": { | ||
"Microsoft.TestPlatform.TranslationLayer.E2ETest": { | ||
"commandName": "Project", | ||
"commandLineArgs": "--runner:\"bin\\Debug\\net46\\win7-x64\\vstest.console.exe\" --testadapterpath:\"bin\\Debug\\net46\\win7-x64\\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll\" --testassembly:\"bin\\Debug\\net46\\win7-x64\\UnitTestProject.dll\"" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters