Fix build-test.sh wrapper build (dotnet/coreclr#19779)
authorJarret Shook <jashoo@microsoft.com>
Fri, 31 Aug 2018 18:25:20 +0000 (11:25 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Aug 2018 18:25:20 +0000 (11:25 -0700)
commit761d1ffec803631326c3f95bf2de94aea3e0c0c7
treeace8fc5c7b029ff5e2813ee9a4e774f662d38d23
parent9645fe8e8063e17e2106e53e1074ee71b3fe3a55
Fix build-test.sh wrapper build (dotnet/coreclr#19779)

* Fix build-test.sh wrapper build

In addition this change creates a json file with the build info so that the wrapper build
may be skipped if it was built on the same os/arch/buildtype.

* Address pr feedback

Commit migrated from https://github.com/dotnet/coreclr/commit/6de8d61ab595b2975a01ba4068a3840a6f7aaacd
src/coreclr/build-test.cmd
src/coreclr/build-test.sh
src/coreclr/tests/runtest.py
src/coreclr/tests/runtest.sh