test_wamr.sh: Print a bit more meaningful message (#2574)

This commit is contained in:
YAMAMOTO Takashi 2023-09-21 19:39:12 +09:00 committed by GitHub
parent 47daaeecc7
commit cf97ee081f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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