Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profiles/servo-windows10/boot-script
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (!(Test-Path .\image-built)) {
# Check that servoshell was built.
# This is janky, but we don’t really trust $LASTEXITCODE checks on Windows
# as much as their counterpart on Unix
if ((Test-Path C:\a\servo\servo\target\release\servoshell.exe) -or (Test-Path C:\a\servo\servo\target\release\servo.exe)) {
if ((Test-Path C:\a\servo\servo\target\checked-release\servoshell.exe) -or (Test-Path C:\a\servo\servo\target\checked-release\servo.exe)) {
New-Item C:\ci\image-built
shutdown /s /t 0
exit # `shutdown` does not exit
Expand Down