Use printf over echo for adding newlines 24/69124/1
authorSam Hague <shague@redhat.com>
Tue, 6 Mar 2018 12:54:12 +0000 (07:54 -0500)
committerSam Hague <shague@redhat.com>
Tue, 6 Mar 2018 12:54:40 +0000 (07:54 -0500)
commit86347f3b47843e82dd3c967b38bb41b069021313
tree8148531413f4987385647d4905535ebf200f1861
parentf478710cb252dab7a91a6b7454c38f292cd6ca6e
Use printf over echo for adding newlines

Posix recommends using printf to avoid portability issues
with echo.

Apparently echo is not consistent across different platforms
and versions. Sometimes /n is a newline and other times it is
a literal \n printed to the console.

Change-Id: If98a3b17e4b05934a2c4a02c5b4a8b1b991412e6
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh