Skip to content

Commit

Permalink
feat: added more info to test output (valgrind)
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Oct 8, 2024
1 parent 575d86b commit 3ab9b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mem_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def tests():
)

p = subprocess.Popen(
f"valgrind {VALGRIND_OPTS} ./{TEST_EXEC_NAME}",
f"valgrind --num-callers=25 {VALGRIND_OPTS} ./{TEST_EXEC_NAME}",
shell=True,
bufsize=4096,
stdin=subprocess.PIPE,
Expand Down
2 changes: 2 additions & 0 deletions tests/valid_queries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ toughness:0 -o:"+1/+1" -o:"equal to" -o:modular
name:"motivator" type:"goblin"
name:"motivator" type:"creature goblin"
name:"motivator" types:"creature goblin"
o:/.*creatures (you control )?get \+\d+\/[+-]\d+.*/ and (type:enchantment or type:creature or type:artifact) cmc<5
commander=wubrg and name:progen

0 comments on commit 3ab9b76

Please sign in to comment.