Skip to content

Commit 289dfa5

Browse files
committed
Add valgrind options back in
1 parent b7b4dc7 commit 289dfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"scripts": {
1515
"test": "vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml",
16-
"memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind --error-exitcode=1 php vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
16+
"memtest": "USE_ZEND_ALLOC=0 ZEND_DONT_UNLOAD_MODULES=1 valgrind --error-exitcode=1 --leak-check=full --track-origins=yes php vendor/bin/phpunit -c ./vendor/php-ds/tests/phpunit.xml"
1717
}
1818
}

0 commit comments

Comments
 (0)