|
Author:
{u'username': u'RedBeard0531', u'name': u'Mathias Stearn', u'email': u'mathias@10gen.com'}
Message: SERVER-28325 Clean up dependencies around unit and integration test list files
- The integration_tests alias now depends on the individual tests directly
rather than the whole directory.
- Both list files now just depend on the list of tests rather than the tests
themselves.
- The string printed during execution is now evaluated at the right time so
we don't need to print it separately.
- Fix installing tests to the build/unitests/ directory on windows.
Branch: master
https://github.com/mongodb/mongo/commit/7ff63b0de1c76b7559c40ffe43360f4161a94277
|