Browse Source

Update CMakeLists.txt

pull/3563/head
Martin Kroeker GitHub 4 years ago
parent
commit
f29f845cb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/CMakeLists.txt

+ 2
- 0
test/CMakeLists.txt View File

@@ -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"


Loading…
Cancel
Save