From 5e2d4bef2f4f1205213a2e18b72c79789e30f806 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 20 Mar 2022 21:25:21 +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 42bfa6668..1df64fe53 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -33,7 +33,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1 "$ErrorActionPreference = \"Stop\"\n" "$OutputEncoding\n" "Get-Content $args[1] -Encoding ASCII| & $args[0]\n" -"If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n" +"If ((Get-Content *$args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n" "echo Error\n" "exit 1\n" "} else {\n"