We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689bf4a commit 67bac02Copy full SHA for 67bac02
1 file changed
test/tools/WebListener/Program.cs
@@ -20,6 +20,9 @@ public class Program
20
{
21
public static void Main(string[] args)
22
23
+ if (args[0] != "fail")
24
+ throw new ApplicationException("Bad things happened.");
25
+
26
if (args.Count() != 6)
27
28
System.Console.WriteLine("Required: <CertificatePath> <CertificatePassword> <HTTPPortNumber> <HTTPSPortNumberTls2> <HTTPSPortNumberTls11> <HTTPSPortNumberTls>");
0 commit comments