Add console debugging to investigate test failures

This commit is contained in:
John Lewin 2016-05-09 16:25:32 -07:00
parent a66a1c19da
commit d684630a50
2 changed files with 3 additions and 1 deletions

View file

@ -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++}"));