diff options
Diffstat (limited to 'tools/ci/scripts')
-rwxr-xr-x | tools/ci/scripts/init.sh | 2 | ||||
-rwxr-xr-x | tools/ci/scripts/runtest.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index cd716cf94..396dae182 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -223,7 +223,7 @@ function run_check_warnings { fi if [[ -s "$ERRFILE_UNFILTERED" ]]; then - printf "Warnings detected in %s. The maintainer might want take a peek, sometimes.\n" \ + printf "Warnings detected in %s. The maintainer might want to take a peek, sometimes.\n" \ "$ERRFILE_UNFILTERED" fi } diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh index 622e04da0..7b522b88a 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -52,7 +52,7 @@ function wait_for_servers_list { function run { ./src/manaplus --hide-cursor --enable-ipc --renderer=0 >logs/run.log 2>&1 & export PID=$! - echo "manaplus PID: ${PID}" + echo "manaverse PID: ${PID}" sleep 15 echo "pause after run" wait_for_servers_list @@ -233,7 +233,7 @@ imagesdiff new_server.png about.png send_command "/sendmousekey 500 20 1" send_command "/screenshot about.png" -# open about manaplus page +# open about manaverse page send_command "/sendmousekey 300 ${ABOUTYOFFSET} 1" send_command "/screenshot about2.png" imagesdiff about.png about2.png |