]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
sbuild-post-build-get-reports: Improve info message.
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Thu, 24 Jul 2014 12:23:20 +0000 (14:23 +0200)
committerBenjamin Drung <benjamin.drung@profitbricks.com>
Thu, 24 Jul 2014 12:23:20 +0000 (14:23 +0200)
sbuild-post-build-get-reports

index 246d1eb28d10ecf179bf2e6f437a7e60bce38e4f..191c2cb3a5889ec81f19bbe3b7bfdbe79f5ddef9 100755 (executable)
@@ -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):"