X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=inline;f=mono%2Fmini%2FTestDriver.cs;h=97f5520d3f709c70e91c5823c18432435d3f4ac4;hb=cb4dfb5d9803365b73db03e34dc9900301b19a80;hp=d7e3252f77370aab43af6811552e2403e5c2ff17;hpb=c12380c4b9906b0e95d7121b4d9fbfbd64d36a3f;p=mono.git diff --git a/mono/mini/TestDriver.cs b/mono/mini/TestDriver.cs index d7e3252f773..97f5520d3f7 100644 --- a/mono/mini/TestDriver.cs +++ b/mono/mini/TestDriver.cs @@ -40,6 +40,7 @@ public class TestDriver { j += 2; } else if ((args [j] == "-v") || (args [j] == "--verbose")) { verbose = true; + j += 1; } else if (args [j] == "--exclude") { exclude [args [j + 1]] = args [j + 1]; j += 2;