From df5cf402e3733322642c7c76e3413f73ee972dd3 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 10 Nov 2014 22:35:22 +0000 Subject: [PATCH] Ensure leak check tests child processes --- test/leak/leak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/leak/leak.sh b/test/leak/leak.sh index 42b08995..15215026 100755 --- a/test/leak/leak.sh +++ b/test/leak/leak.sh @@ -5,4 +5,4 @@ fi curl -O https://raw.githubusercontent.com/jcupitt/libvips/master/libvips.supp test/leak/libvips.supp cd ../../ -G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --suppressions=test/leak/libvips.supp --suppressions=test/leak/sharp.supp --leak-check=full --show-leak-kinds=definite,indirect,possible --num-callers=20 npm test +G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --suppressions=test/leak/libvips.supp --suppressions=test/leak/sharp.supp --leak-check=full --show-leak-kinds=definite,indirect,possible --num-callers=20 --trace-children=yes npm test