From f29f845cb30bbe73d4093d3582ae8d08e1e60510 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 21 Mar 2022 18:43:10 +0100 Subject: [PATCH] Update CMakeLists.txt --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 096aeeb6a..d9434f83f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -33,6 +33,8 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1 "$ErrorActionPreference = \"Stop\"\n" "$OutputEncoding = [Text.UTF8Encoding]::new($false)\n" "$OutputEncoding\n" +"Get-Content $args[1]\n" +"Get-Content $args[1] | & file -\n" "Get-Content $args[1] | & $args[0]\n" "If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n" "echo Error\n"