From b6a2aeed522ef0378661d570570efa0e4b546de1 Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Tue, 11 Apr 2017 11:22:17 +0200 Subject: [PATCH] Protect backslash to avoid premature substitution --- utils/ci/check_manual_usage_example.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 56edf79..c6b7c13 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -75,12 +75,12 @@ sync # avoid text overlapping Cmd 'sh sync' Cmd 'sh echo "... starting various checks"' sync # avoid text overlapping -Cmd 'vnf1 ifconfig && sync && echo -e "\n... checked vnf1"' +Cmd 'vnf1 ifconfig && sync && echo -e "\\n... checked vnf1"' W "^... checked vnf1" -Cmd 'vnf2 ifconfig && sync && echo -e "\n... checked vnf2"' +Cmd 'vnf2 ifconfig && sync && echo -e "\\n... checked vnf2"' W "^... checked vnf2" # Try to ping vnfs -Cmd 'vnf1 ping -c 2 vnf2 && sync && echo -e "\n... checked ping"' +Cmd 'vnf1 ping -c 2 vnf2 && sync && echo -e "\\n... checked ping"' W "^... checked ping" 20s Cmd 'quit' # Wait for sonemu to end -- 2.25.1