Prevent build output contamination while building test overlay
authorSung-Jae Lee <sjlee@mail.com>
Thu, 1 Sep 2016 08:06:30 +0000 (17:06 +0900)
committerSung-Jae Lee <sjlee@mail.com>
Tue, 6 Sep 2016 01:32:49 +0000 (10:32 +0900)
commite6621d062ecaaa104c674cd235e8499ce820ba39
tree23cafedf64dec70787325aad8d34364fa188bb5a
parent68afd5c45f9d8175fcd3a8cb3a96097b7a546b80
Prevent build output contamination while building test overlay

While building test overlay, all files in `$mscorlibDir/bin` are
copyed to `$mscorlibDir` where usually `$coreclrBinDir`.
It contaminates build output. This commit prevent it by moving
copy commend to function `create_core_overlay`.
tests/runtest.sh