test: try handle cntr-c another way

This commit is contained in:
UbitUmarov
2020-09-30 02:28:40 +01:00
parent 51c654fb70
commit 69e12f537f
6 changed files with 65 additions and 88 deletions

View File

@@ -75,6 +75,7 @@ namespace OpenSim.Framework.Console
public string PasswdPrompt(string p) { return ""; }
public void ReadConfig(IConfigSource configSource) { }
public void SetCntrCHandler(OnCntrCCelegate handler) { }
}
public class MockCommands : ICommands