From 769bfdbc70698c3cfb6d6905969ebbe949bc79fb Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 21 Mar 2022 08:19:36 +0100 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0520fe91a..096aeeb6a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -31,7 +31,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1 "$PSDefaultParameterValues['*:Encoding'] = 'ascii'\n" "if (Test-Path $args[2]) { Remove-Item -Force $args[2] } \n" "$ErrorActionPreference = \"Stop\"\n" -"$OutputEncoding = [Text.UTF8Encoding]::new($false)" +"$OutputEncoding = [Text.UTF8Encoding]::new($false)\n" "$OutputEncoding\n" "Get-Content $args[1] | & $args[0]\n" "If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n"