From: Zoltan Varga Date: Thu, 24 Mar 2016 16:49:47 +0000 (-0400) Subject: [runtime] Make the appdomain-unload.exe test more verbose. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=9e469ff9b09af2fee69b2777a094b1b69bef5fe3;p=mono.git [runtime] Make the appdomain-unload.exe test more verbose. --- diff --git a/mono/tests/appdomain-unload.cs b/mono/tests/appdomain-unload.cs index c811eec3367..d4673c79584 100644 --- a/mono/tests/appdomain-unload.cs +++ b/mono/tests/appdomain-unload.cs @@ -98,7 +98,10 @@ class CrossDomainTester : MarshalByRefObject public class Tests { public static int Main(string[] args) { - return TestDriver.RunTests (typeof (Tests), args); + if (args.Length == 0) + return TestDriver.RunTests (typeof (Tests), new String[] { "-v" }); + else + return TestDriver.RunTests (typeof (Tests), args); } public static int test_0_unload () {