[tests] Remove magic which prepends MonoTests to NUnit test selection (#10977)
commitd9fabd0501040104870aac98e43ed572d5db67a8
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 4 Oct 2018 15:05:25 +0000 (4 17:05 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Oct 2018 15:05:25 +0000 (4 17:05 +0200)
tree150ea74a95cfdc1cddc12e704e6d58f829f052c4
parent42e347ee476d552941e7f59b16265202f671f42e
[tests] Remove magic which prepends MonoTests to NUnit test selection (#10977)

When passing FIXTURE or TESTNAME to "make run-test" we automatically
prepended `MonoTests.` to the value since all of our NUnit tests
start with that to save you from typing a few chars.

Now that we have xUnit tests as well this is confusing since it doesn't
happen there. Better to remove it for consistency.
mcs/build/tests.make