Skip to content

Commit

Permalink
fix filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Feb 28, 2023
1 parent 00ba360 commit e0385aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-wasi-testsuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TOYWASM=${TOYWASM:-toywasm}

FILTER_OPTIONS="--exclude-filter test/wasi-testsuite-skip.json"
if ${TOYWASM} --version | grep -F "sizeof(void *) = 4"; then
FILTER_OPTIONS="${FILTER_OPTIONS} --exclude-filter test/wasi-testsuite-skip-32bit.json"
FILTER_OPTIONS="${FILTER_OPTIONS} test/wasi-testsuite-skip-32bit.json"
fi

TESTS="${TESTS} assemblyscript/testsuite/"
Expand Down

0 comments on commit e0385aa

Please sign in to comment.