The Samba-Bugzilla – Attachment 13178 Details for
Bug 12762
The test for 'follow symlinks = no' fails from time to time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for more debug output
test_smbclient_s3.patch.txt (text/plain), 981 bytes, created by
Andreas Schneider
on 2017-04-28 12:00:45 UTC
(
hide
)
Description:
Patch for more debug output
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2017-04-28 12:00:45 UTC
Size:
981 bytes
patch
obsolete
> source3/script/tests/test_smbclient_s3.sh | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh >index 0ae85e8e647..901efc25f3e 100755 >--- a/source3/script/tests/test_smbclient_s3.sh >+++ b/source3/script/tests/test_smbclient_s3.sh >@@ -1196,6 +1196,11 @@ EOF > rm -f $tmpfile > > if [ $ret -ne 0 ] ; then >+ ls_cmd="ls -la $test_dir/foo/bar/" >+ eval echo "$ls_cmd" >+ echo >+ echo "$(eval $ls_cmd)" >+ echo > echo "$out" > echo "failed accessing nosymlinks with error $ret" > false >@@ -1205,6 +1210,11 @@ EOF > echo "$out" | grep 'NT_STATUS' > ret=$? > if [ $ret -eq 0 ] ; then >+ ls_cmd="ls -la $test_dir/foo/bar/" >+ eval echo "$ls_cmd" >+ echo >+ echo "$(eval $ls_cmd)" >+ echo > echo "$out" > echo "failed - NT_STATUS_XXXX doing cd foo\\bar; get testfile on \\nosymlinks" > false
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12762
: 13178 |
13179