commit 6264aa521ec5f1d07b35e6744060a259841545e6
parent 93ae1838104bdbf68d0c4ef13f7081a1b8da2ad3
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 15 Aug 2022 12:41:00 +0800
ci(build.ps1): restore comment removed in #19336
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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'; $_ }