#At file:///home/hf/wmar/mdev57/ based on revid:knielsen@stripped
3249 Alexey Botchkov 2012-01-28
mdev57 5.5 main.file_contents fails on debian5-i386-fulltest.
The line in the file_contents.test removes all the '/lib' substrings from the
path, so file cannot be found if a path contains such a substring.
As i didn't find where it is needed, the line was just removed
per-file comments:
mysql-test/t/file_contents.test
mdev57 5.5 main.file_contents fails on debian5-i386-fulltest.
no '/lib' substring cutting.
modified:
mysql-test/t/file_contents.test
=== modified file 'mysql-test/t/file_contents.test'
--- a/mysql-test/t/file_contents.test 2012-01-16 19:16:35 +0000
+++ b/mysql-test/t/file_contents.test 2012-01-28 09:52:26 +0000
@@ -35,7 +35,6 @@ if ($dir_bin eq '/usr/') {
} else {
# tar.gz package, Windows, or developer work (in BZR)
$dir_docs = $dir_bin;
- $dir_docs =~ s|/lib||;
if(-d "$dir_docs/docs") {
$dir_docs = "$dir_docs/docs"; # package
} else {
Attachment: [text/bzr-bundle] bzr/holyfoot@askmonty.org-20120128095226-an6acfhnys4p5gn9.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5 branch (holyfoot:3249) | Alexey Botchkov | 30 Jan |