From: Benjamin Drung Date: Thu, 24 Jul 2014 12:23:20 +0000 (+0200) Subject: sbuild-post-build-get-reports: Improve info message. X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=5a07c7e29de5b63c911fc5045afeafc8ac3eff4e;p=profitbricks%2Fjenkins-build-scripts.git sbuild-post-build-get-reports: Improve info message. --- diff --git a/sbuild-post-build-get-reports b/sbuild-post-build-get-reports index 246d1eb..191c2cb 100755 --- a/sbuild-post-build-get-reports +++ b/sbuild-post-build-get-reports @@ -30,7 +30,7 @@ else files=$(find . -name surefire-reports -o -name failsafe-reports -o -name unittest.log -o -name tests-0.log -o -name build.log -o -name test-run-all.xml | wc -l) if test "$files" -eq 0; then - echo "Found no report files in $(pwd)." + echo "Found no report file in $(pwd)." else if test "$files" -eq 1; then echo "Found $files report file in $(pwd) (copy it out of the chroot):"