mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Make it more obvious which temp dirs are ours
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Tgstation.Server.Tests
|
||||
|
||||
Directory = Path.GetTempFileName();
|
||||
File.Delete(Directory);
|
||||
Directory = Directory.Replace(".tmp", ".tgs4");
|
||||
System.IO.Directory.CreateDirectory(Directory);
|
||||
const string UrlString = "http://localhost:5001";
|
||||
Url = new Uri(UrlString);
|
||||
|
||||
Reference in New Issue
Block a user