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