Skip to content
Snippets Groups Projects
Commit 0300d107 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: improve settings comment

parent b5a36c72
No related branches found
No related tags found
No related merge requests found
Pipeline #40023 passed with warnings
......@@ -42,7 +42,7 @@ debug = False
# KNOT_TEST_VALGRIND - valgrind binary if defined.
valgrind_bin = get_binary("KNOT_TEST_VALGRIND", "valgrind")
# KNOT_TEST_VALGRIND_FLAGS - valgrind flags.
# Server settings: "--leak-check=full --track-origins=yes --vgdb=yes --verbose --trace-children=yes --trace-children-skip=/usr/*sh,/bin/*sh"
# For nightly testing add --track-origins=yes
valgrind_flags = get_param("KNOT_TEST_VALGRIND_FLAGS",
"--leak-check=full --show-leak-kinds=all --vgdb=yes --verbose --trace-children=yes --trace-children-skip=/usr/*sh,/bin/*sh")
# KNOT_TEST_GDB - gdb binary.
......
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