Commits

Kyle Jessup committed 24ac4ba9842
Fix for [SR-1946] `swift test` fails to recognize --build-path argument https://bugs.swift.org/browse/SR-1946 The flag was not accounted for in TestToolFlag so I added the cases and set opts.path.build the same way it is in a normal `swift build` invocation.