Skip to content

Commit b9da7db

Browse files
authored
Quote the respective SUMM file on failure in BLAS2/3 tests
1 parent 94e053a commit b9da7db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_helper.ps1
6666
"$ErrorActionPreference = \"Stop\"\n"
6767
"Get-Content $args[1] | & $args[0]\n"
6868
"If ((Get-Content $args[2] | %{$_ -match \"FATAL\"}) -contains $true) {\n"
69-
"echo Error\n"
69+
"echo Error in $args[1]:\n"
70+
"Get-Content $args[2]"
7071
"exit 1\n"
7172
"} else {\n"
7273
"exit 0\n"

0 commit comments

Comments
 (0)