summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-05-01 05:14:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-05-01 05:14:44 (GMT)
commit373e4b091d954f619c0b14f99db536de97ce669e (patch)
tree7c47a5ecd9db0150b431fd8981b31a49de10a885 /ci
parentd92dbf1934faad614c31482446d5f32fb9322470 (diff)
parentc4b4968397ca98112205c94fa3d70ae3aedbc475 (diff)
downloadgit-373e4b091d954f619c0b14f99db536de97ce669e.zip
git-373e4b091d954f619c0b14f99db536de97ce669e.tar.gz
git-373e4b091d954f619c0b14f99db536de97ce669e.tar.bz2
Merge branch 'ls/travis-win-fix-status'
Relaying status from Windows build by Travis CI was done with an unsafe invocation of printf. * ls/travis-win-fix-status: travis-ci: printf $STATUS as string
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-windows-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-windows-build.sh b/ci/run-windows-build.sh
index 4e3a50b..e043440 100755
--- a/ci/run-windows-build.sh
+++ b/ci/run-windows-build.sh
@@ -55,7 +55,7 @@ while true
do
LAST_STATUS=$STATUS
STATUS=$(gfwci "action=status&buildId=$BUILD_ID")
- test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: $STATUS "
+ test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: %s " "$STATUS"
printf "."
case "$STATUS" in