From b3a344b60e0e9d0bc3ecd0e07a2c04e8908ae6da Mon Sep 17 00:00:00 2001 From: Wenkai Yin Date: Thu, 9 May 2019 17:26:56 +0800 Subject: [PATCH] Fix travis failure: read the content of env instead of config_env as the config_env has been removed Read the content of env instead of config_env as the config_env has been removed Signed-off-by: Wenkai Yin --- tests/testprepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testprepare.sh b/tests/testprepare.sh index 3776b597a..a44af76c3 100755 --- a/tests/testprepare.sh +++ b/tests/testprepare.sh @@ -16,6 +16,6 @@ echo "server ip is "$IP echo "Current path is" pwd -cat make/common/config/core/config_env +cat make/common/config/core/env chmod 777 /data/