Skip to content

Commit

Permalink
run-wasmtime-wasi-tests.sh: fix after the move to test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Feb 28, 2023
1 parent 07b87a0 commit 174eb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run-wasmtime-wasi-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e

THIS_DIR=$(cd $(dirname $0) && pwd -P)

EXE=${1:-${THIS_DIR}/build/toywasm --wasi}
EXE=${1:-${THIS_DIR}/../build/toywasm --wasi}

WASM_DIR="${THIS_DIR}/.wasmtime-wasi-tests-bin"
WASM_DIR="${THIS_DIR}/../.wasmtime-wasi-tests-bin"
fetch_test_bin()
{
URL=https://github.com/yamt/wasmtime/releases/download/wasi-tests-bin-20221012/wasmtime-wasi-tests-bin.tgz
Expand Down

0 comments on commit 174eb44

Please sign in to comment.