We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e053a commit b9da7dbCopy full SHA for b9da7db
test/CMakeLists.txt
@@ -66,7 +66,8 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1
66
"$ErrorActionPreference = \"Stop\"\n"
67
"Get-Content $args[1] | & $args[0]\n"
68
"If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n"
69
-"echo Error\n"
+"echo Error in $args[1]:\n"
70
+"Get-Content $args[2]"
71
"exit 1\n"
72
"} else {\n"
73
"exit 0\n"
0 commit comments