[Rt-commit] r12715 - in rt/branches/3.6-RELEASE: .
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed May 28 15:14:21 EDT 2008
Author: alexmv
Date: Wed May 28 15:14:18 2008
New Revision: 12715
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
Log:
r32242 at kohr-ah: chmrr | 2008-05-28 15:13:45 -0400
* exit(1) if we fail; suggestion from jfillmore at westhost.com
Modified: rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in (original)
+++ rt/branches/3.6-RELEASE/sbin/rt-test-dependencies.in Wed May 28 15:14:18 2008
@@ -116,6 +116,7 @@
sub conclude {
if ($any_missing) {
print "\nSOMETHING WAS MISSING!\n";
+ exit 1;
} else {
print "\nEverything was found.\n";
}
More information about the Rt-commit
mailing list