From 6264aa521ec5f1d07b35e6744060a259841545e6 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 15 Aug 2022 12:41:00 +0800 Subject: ci(build.ps1): restore comment removed in #19336 --- ci/build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/build.ps1 b/ci/build.ps1 index 6c042f9116..6709a9507a 100644 --- a/ci/build.ps1 +++ b/ci/build.ps1 @@ -101,6 +101,8 @@ function Test { # The $LastExitCode from MSBuild can't be trusted $failed = $false + # Run only this test file: + # $env:TEST_FILE = "test\functional\foo.lua" cmake --build $buildDir --target functionaltest 2>&1 | ForEach-Object { $failed = $failed -or $_ -match 'functional tests failed with error'; $_ } -- cgit