Skip to content

Commit b812fd5

Browse files
author
Dane Springmeyer
committed
ensure we run all tests inside test directory when in sanitize mode
1 parent 4625055 commit b812fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/sanitize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ $(uname -s) == 'Darwin' ]]; then
2424
# ==18464==ERROR: Interceptors are not working. This may be because AddressSanitizer is loaded too late (e.g. via dlopen).
2525
#
2626
DYLD_INSERT_LIBRARIES=${MASON_LLVM_RT_PRELOAD} \
27-
node test/*test.js
27+
node node_modules/.bin/tape test/*test.js
2828
else
2929
LD_PRELOAD=${MASON_LLVM_RT_PRELOAD} \
3030
npm test

0 commit comments

Comments
 (0)