Fix --'s in printf 02/73002/1
authorSam Hague <shague@redhat.com>
Thu, 14 Jun 2018 13:08:23 +0000 (09:08 -0400)
committerSam Hague <shague@redhat.com>
Thu, 14 Jun 2018 13:08:23 +0000 (09:08 -0400)
Change-Id: I8394a8cc382a6ed715c34632e57f3d812bd8ed19
Signed-off-by: Sam Hague <shague@redhat.com>
jjb/integration/integration-deploy-openstack-run-test.sh

index aa8a735ec621bf179b97d8d60b21ab66219caf06..aee9a3f386695aa7c81fcc10e47a4f6a279987b2 100644 (file)
@@ -20,9 +20,10 @@ python ${WORKSPACE}/test/tools/distchanges/changes.py -d /tmp/distribution_folde
 
 printf "\nshowing recent changes that made it into integration/test used by this job:\n"
 cd ${WORKSPACE}/test
-printf "Hash    Author Date                    Commit Date                    Author               Subject"
-printf "------- ------------------------------ ------------------------------ -------------------- -----------------------------"
-git --no-pager log --pretty=format:'%h %<(30)%ad%<(30)%cd %<(20,trunc)%an%d %s' -n20
+printf "Hash    Author Date                    Commit Date                    Author               Subject\n"
+printf "%s\n" "------- ------------------------------ ------------------------------ -------------------- -----------------------------"
+git --no-pager log --pretty=format:'%h %<(30)%ad %<(30)%cd %<(20,trunc)%an%d %s' -n20
+printf "\n"
 cd -
 
 cat << EOF