Skip to content

Commit 3e94f9c

Browse files
committed
Merged PR 739353: Silence innocuous warnings in rolling build
bxl.ps1 is used to run this test build in RunCheckinTests.cmd. But that test build doesn't have the mounts that bxl.ps1 expects. Silence the warning for that build specifically
1 parent 0669b9b commit 3e94f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunCheckInTests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ endlocal && exit /b 0
267267
set start=!time!
268268
set stepName=Running SymLink Tests
269269
call :StatusMessage !stepName!
270-
call :RunBxl -Use RunCheckinTests %BUILDXL_ARGS% /c:%ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\config.dsc /TraceInfo:RunCheckinTests=Symlink /logsDirectory:%~dp0out\Logs\SymLinkTest\ -SharedCacheMode disable
270+
call :RunBxl -Use RunCheckinTests %BUILDXL_ARGS% /c:%ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\config.dsc /TraceInfo:RunCheckinTests=Symlink /logsDirectory:%~dp0out\Logs\SymLinkTest\ -SharedCacheMode disable /nowarn:855
271271
rmdir /s /q %ENLISTMENTROOT%\Public\Src\Sandbox\Windows\DetoursTests\SymLink1\Out
272272
if !ERRORLEVEL! NEQ 0 (exit /b 1)
273273
call :RecordStep "!stepName!" !start!

0 commit comments

Comments
 (0)