Skip to content

Commit 70ed0f6

Browse files
author
kr-2003
committed
valgrind trace children
1 parent 91b561b commit 70ed0f6

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/Build_and_Test_CppInterOp

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
if [[ "${{ matrix.oop-jit }}" == "On" ]]; then
7070
./unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
7171
if [[ "${os}" != "macos"* ]]; then
72-
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
72+
valgrind --show-error-list=yes --track-origins=yes --trace-children=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests --use-oop-jit
7373
fi
7474
fi
7575
fi

0 commit comments

Comments
 (0)