fix slash in run_tests
This commit is contained in:
parent
0863e02b52
commit
bf5a466a03
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ for project in $TestProjects
|
||||||
do
|
do
|
||||||
# This is a workaroudn for issue #1184, where dotnet test needs to be executed from the folder containing the project.json.
|
# 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"
|
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
|
popd
|
||||||
|
|
||||||
exitCode=$?
|
exitCode=$?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue