Skip to content
Snippets Groups Projects
Commit 5a2f6ef9 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Fix eight-point shape verification on MAC

parent 7d6b6bc4
No related branches found
No related tags found
No related merge requests found
...@@ -202,7 +202,7 @@ foreach (test ${ClientTests_ShapeTests}) ...@@ -202,7 +202,7 @@ foreach (test ${ClientTests_ShapeTests})
dd4hep_add_test_reg( ClientTests_Check_Shape_${test} dd4hep_add_test_reg( ClientTests_Check_Shape_${test}
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_ClientTests.sh" COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_ClientTests.sh"
EXEC_ARGS geoDisplay file:${ClientTestsEx_INSTALL}/compact/Check_Shape_${test}.xml -load -destroy EXEC_ARGS geoDisplay file:${ClientTestsEx_INSTALL}/compact/Check_Shape_${test}.xml -load -destroy
REGEX_PASS "Shape verification SUCCESSFUL." REGEX_PASS "Shape verification SUCCESSFUL"
REGEX_FAIL "ERROR;FAILED" ) REGEX_FAIL "ERROR;FAILED" )
endforeach() endforeach()
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment