Revise test output formatting
- Improve layout in NUnit console output - Remove stacktrace workarounds for NUnit2
This commit is contained in:
parent
b33b261098
commit
ec9d6c35da
3 changed files with 2 additions and 6 deletions
|
|
@ -104,7 +104,7 @@ namespace MatterHackers.MatterControl.DataStorage
|
|||
/// <param name="path">The new AppData path.</param>
|
||||
internal void OverrideAppDataLocation(string path)
|
||||
{
|
||||
Console.WriteLine(" Overriding ApplicationUserDataPath: " + path);
|
||||
Console.WriteLine(" Overriding ApplicationUserDataPath: " + path);
|
||||
|
||||
// Ensure the target directory exists
|
||||
Directory.CreateDirectory(path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue