fix bug in e2e tests
This commit is contained in:
parent
38a95de882
commit
2ee4ccf2f5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ popd
|
||||||
|
|
||||||
# Run the app and check the exit code
|
# Run the app and check the exit code
|
||||||
pushd "$RepoRoot\artifacts\$Rid\e2etest"
|
pushd "$RepoRoot\artifacts\$Rid\e2etest"
|
||||||
mv E2E.exe corehost.exe
|
mv E2E.exe corehost.exe -Force
|
||||||
& "corehost.exe" "xunit.console.netcore.exe" "E2E.dll" -xml ..\..\e2etest.xml
|
& "corehost.exe" "xunit.console.netcore.exe" "E2E.dll" -xml ..\..\e2etest.xml
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
Write-Host "E2E Test Failure"
|
Write-Host "E2E Test Failure"
|
||||||
|
|
Loading…
Reference in a new issue