[Rt-commit] rt branch, 4.2/concise-missing-testdep, updated. rt-4.0.1-233-ga2c05f7
Alex Vandiver
alexmv at bestpractical.com
Wed Aug 3 18:30:31 EDT 2011
The branch, 4.2/concise-missing-testdep has been updated
via a2c05f7cd4c20fce55c8399a88b02c3d5c7960fd (commit)
from 6a32fc5f4b4b02b8ea43764ee84a2b169d6a9646 (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a2c05f7cd4c20fce55c8399a88b02c3d5c7960fd
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Wed Aug 3 18:30:22 2011 -0400
Since each fail doesn't list @INC anymore, display it once at the end
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 8cbc3a1..bad52fc 100755
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -156,6 +156,10 @@ sub conclude {
0, $module->{error} );
}
}
+
+ print "\nPerl library path for @PERL@:\n";
+ print " $_\n" for @INC;
+
exit 1;
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list