From: cgeoffroy Date: Tue, 11 Apr 2017 09:21:27 +0000 (+0200) Subject: Split command to be compatible with container sh X-Git-Tag: v3.1~34^2~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=75591cdb5cd977a4a77e5028020ace01239284ba;hp=-c;p=osm%2Fvim-emu.git Split command to be compatible with container sh --- 75591cdb5cd977a4a77e5028020ace01239284ba 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"