deptest: Capitalize failure message. Makes it easier to spot in the logs.
authorMichael Büsch <mb@bu3sch.de>
Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)
committerMichael Büsch <mb@bu3sch.de>
Thu, 4 Nov 2010 11:30:10 +0000 (11:30 +0000)
SVN-Revision: 23855

scripts/deptest.sh

index 7da382d954ed02d04955aad49af486cce7a7e1ab..938094b877b150feeeed253d573523c056cd2793 100755 (executable)
@@ -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
 }