Merge pull request #1260 from dotnet/brthor/try_fix_testresults
fix slash in run_tests
This commit is contained in:
commit
85fbe52da3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ for project in $TestProjects
|
|||
do
|
||||
# This is a workaroudn for issue #1184, where dotnet test needs to be executed from the folder containing the project.json.
|
||||
pushd "$REPOROOT/test/$project"
|
||||
dotnet test -c "$CONFIGURATION" -xml "$TEST_BIN_ROOT\$project-testResults.xml" -notrait category=failing
|
||||
dotnet test -c "$CONFIGURATION" -xml "$TEST_BIN_ROOT/${project}-testResults.xml" -notrait category=failing
|
||||
popd
|
||||
|
||||
exitCode=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue