We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f28182 commit f78f4e8Copy full SHA for f78f4e8
1 file changed
test.sh
@@ -51,7 +51,7 @@ case "$(uname)" in
51
leaks --atExit -- ./test-${target}
52
;;
53
"Linux")
54
- valggrind ./test-${target}
+ valgrind ./test-${target}
55
56
*)
57
echo "Unsupported Operating System: $(uname)"
0 commit comments