Skip to content

Commit

Permalink
test_wamr.sh: Print a bit more meaningful message (bytecodealliance#2574
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yamt authored Sep 21, 2023
1 parent da06076 commit b978834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wamr-test-suites/test_wamr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function wasi_certification_test()

cd ${WORK_DIR}
if [ ! -d "wasi-testsuite" ]; then
echo "wasi not exist, clone it from github"
echo "wasi-testsuite not exist, clone it from github"
git clone -b prod/testsuite-all \
--single-branch https://github.com/WebAssembly/wasi-testsuite.git
fi
Expand Down

0 comments on commit b978834

Please sign in to comment.