Skip to content

Commit dc0052e

Browse files
committed
remove attempt at test filtering from Unit.Runner
1 parent 5310a3a commit dc0052e

File tree

3 files changed

+596
-43
lines changed

3 files changed

+596
-43
lines changed

projects/client/Unit.Runner/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ public static void Main(string[] args)
1414
Console.WriteLine("netfx");
1515
//#endif
1616

17-
var arguments = new [] {"where=test =~ /TestMessagePatternsSubscription/" };
18-
1917
var writter = new ExtendedTextWrapper(Console.Out);
20-
new AutoRun(typeof(TestAmqpUri).GetTypeInfo().Assembly).Execute(arguments, writter, Console.In);
18+
new AutoRun(typeof(TestAmqpUri).GetTypeInfo().Assembly).Execute(args, writter, Console.In);
2119
}
2220
}
2321
}

0 commit comments

Comments
 (0)