Sfoglia il codice sorgente

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

YAMAMOTO Takashi 2 anni fa
parent
commit
cf97ee081f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/wamr-test-suites/test_wamr.sh

+ 1 - 1
tests/wamr-test-suites/test_wamr.sh

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