Skip to content

Commit

Permalink
run-wasmtime-wasi-tests.sh: make this a bit toywasm-on-toywasm.py fri…
Browse files Browse the repository at this point in the history
…endly
  • Loading branch information
yamt committed May 27, 2023
1 parent f150fb8 commit 69de6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-wasmtime-wasi-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "${WASM_ON_WASM:-0}" -ne 0 ]; then
else
run_wasi_test()
{
${EXE} --wasi-dir ${TMP} ${w} ${TMP};
${EXE} --wasi-dir=${TMP} -- ${w} ${TMP};
}
if ${EXE} --version | grep -F "sizeof(void *) = 4"; then
SKIPLIST="${SKIPLIST} ${THIS_DIR}/wasmtime-wasi-tests-skip-32bit.txt"
Expand Down

0 comments on commit 69de6de

Please sign in to comment.