Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Fix test scripts (#5687)
Browse files Browse the repository at this point in the history
Add an optional extended description…
  • Loading branch information
A-And authored and sergiy-k committed Apr 12, 2018
1 parent dd69f16 commit 55cb81a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ run_corefx_tests()
export CoreRT_TestingUtilitiesOutputDir
export CoreRT_CliBinDir

if [ ! -d "${CoreRT_TestExtRepo_CoreFX}" ]; then
mkdir ${CoreRT_TestExtRepo_CoreFX}
fi

# Set paths to helpers
CoreRT_TestFileHelperName=CoreFX.TestUtils.TestFileSetup
CoreRT_TestFileHelperProjectPath="${CoreRT_TestRoot}/CoreFX/runtest/src/TestUtils/TestFileSetup/${CoreRT_TestFileHelperName}.csproj"
Expand Down

0 comments on commit 55cb81a

Please sign in to comment.