Fix interaction between --test-custom and distutils plugin
If the distutils plugin found test_suite
in setup.py, then the
--test-custom
option didn't work properly, because the distutils
plugin prepended {interpreter} {setup_py} test
to the custom test
arguments in that case. Set custom_tests
in the parsed arguments to
avoid that problem.