A few small fixes to the test scripts

This commit is contained in:
Lovell Fuller
2015-04-16 11:09:05 +01:00
parent f6fd45cc90
commit 3614d14f83
3 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ if ! type valgrind >/dev/null; then
exit 1
fi
curl -O https://raw.githubusercontent.com/jcupitt/libvips/master/libvips.supp test/leak/libvips.supp
curl -O https://raw.githubusercontent.com/jcupitt/libvips/master/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 --trace-children=yes npm test