Browse Source

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

SVN-Revision: 23855
Michael Büsch 15 years ago
parent
commit
bf274946af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/deptest.sh

+ 1 - 1
scripts/deptest.sh

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