Add console debugging to investigate test failures
This commit is contained in:
parent
a66a1c19da
commit
d684630a50
2 changed files with 3 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ namespace MatterHackers.MatterControl.UI
|
|||
/// </summary>
|
||||
public static void OverrideAppDataLocation()
|
||||
{
|
||||
string tempFolderPath = Path.Combine("..", "..", "..", "..", "Tests","temp");
|
||||
string tempFolderPath = Path.GetFullPath(Path.Combine("..", "..", "..", "..", "Tests","temp"));
|
||||
|
||||
ApplicationDataStorage.Instance.OverrideAppDataLocation(
|
||||
Path.Combine(tempFolderPath, runName, $"Test{testID++}"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue