mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-14 05:31:13 +00:00
test_wamr.sh: Print a bit more meaningful message (#2574)
This commit is contained in:
parent
47daaeecc7
commit
cf97ee081f
|
@ -508,7 +508,7 @@ function wasi_certification_test()
|
||||||
|
|
||||||
cd ${WORK_DIR}
|
cd ${WORK_DIR}
|
||||||
if [ ! -d "wasi-testsuite" ]; then
|
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 \
|
git clone -b prod/testsuite-all \
|
||||||
--single-branch https://github.com/WebAssembly/wasi-testsuite.git
|
--single-branch https://github.com/WebAssembly/wasi-testsuite.git
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user