From 9aaab5b121ddecae1620023cf65227c20909fd3f Mon Sep 17 00:00:00 2001 From: 3pointer Date: Tue, 29 Dec 2020 11:26:19 +0800 Subject: [PATCH] to fix ci pull image (#1029) --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 9613328d2..8545a8764 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -238,7 +238,7 @@ trap stop_services EXIT start_services if [ "${1-}" = '--debug' ]; then - echo 'You may now debug from another terminal. Press [ENTER] to continue.' + echo 'You may now debug from the other terminal. Press [ENTER] to continue.' read line fi