Fix runtest.py for the dotnet/runtime repo (#669)
authorBruce Forstall <brucefo@microsoft.com>
Mon, 9 Dec 2019 16:48:02 +0000 (08:48 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2019 16:48:02 +0000 (08:48 -0800)
commit84376e0ae477422d2e88252c5c8bebc8344f073e
tree0e6112c4a917e0865d0f094a4f9bd16b2eb6d2ed
parent285911db951b2721c46f4e5d65bf1b419ae07c03
Fix runtest.py for the dotnet/runtime repo (#669)

I simplified a lot of functions to just take the "args"
object, which contains a lot of paths and directories.
This makes it easier to centralize the directory computations
without spreading paths throughout the function signatures.
src/coreclr/scripts/coreclr_arguments.py
src/coreclr/tests/runtest.py