Pārlūkot izejas kodu

deptest: Capitalize failure message. Makes it easier to spot in the logs.

SVN-Revision: 23855
Michael Büsch 15 gadi atpakaļ
vecāks
revīzija
bf274946af
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      scripts/deptest.sh

+ 1 - 1
scripts/deptest.sh

@@ -111,7 +111,7 @@ test_package() # $1=pkgname
 		touch "$STAMP_SUCCESS"
 	else
 		touch "$STAMP_FAILED"
-		echo "Building package $pkg failed!"
+		echo "Building package $pkg FAILED"
 	fi
 }