From 75591cdb5cd977a4a77e5028020ace01239284ba Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Tue, 11 Apr 2017 11:21:27 +0200 Subject: [PATCH] Split command to be compatible with container sh --- utils/ci/check_manual_usage_example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index ea8c2af..56edf79 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -72,7 +72,8 @@ son-emu-cli compute start -d datacenter1 -n vnf2 && sleep 1s son-emu-cli compute list && sleep 1s sync # avoid text overlapping # Gather some infos -Cmd 'sh sync && echo -e "\n... starting various checks"' +Cmd 'sh sync' +Cmd 'sh echo "... starting various checks"' sync # avoid text overlapping Cmd 'vnf1 ifconfig && sync && echo -e "\n... checked vnf1"' W "^... checked vnf1" -- 2.17.1