[runtime] Make the appdomain-unload.exe test more verbose.
authorZoltan Varga <vargaz@gmail.com>
Thu, 24 Mar 2016 16:49:47 +0000 (12:49 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 24 Mar 2016 16:49:47 +0000 (12:49 -0400)
mono/tests/appdomain-unload.cs

index c811eec33676834d4ce737fd0434385a9ce6987e..d4673c79584328524e8f56222d4ed9d2f51597ab 100644 (file)
@@ -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 () {