ARM-CI : Fix ARM Emulator vm runs out of space (dotnet/coreclr#6910)
authorSujin Kim <sjsujin.kim@samsung.com>
Thu, 25 Aug 2016 21:01:27 +0000 (06:01 +0900)
committerJan Kotas <jkotas@microsoft.com>
Thu, 25 Aug 2016 21:01:27 +0000 (14:01 -0700)
commitf4a9a6be92615ea3ab14f18d649289664a21c092
tree779558c84a3734498ef383aef5b9465d40e5b9c9
parent42fa62e3eae4ba96f0b9ba786031c9e891ae5205
ARM-CI : Fix ARM Emulator vm runs out of space (dotnet/coreclr#6910)

Now, ARM Emulator failed by out of space on tests (6676)
To resolve, a temp folder in the job's workspace is binded to /tmp. and then 'runtest.sh' would be run by some directories binded from /tmp.

Commit migrated from https://github.com/dotnet/coreclr/commit/a0caf5715c05ee75c694303cf08168e95bc19151
src/coreclr/tests/scripts/arm32_ci_script.sh