Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217874 Details for
Bug 299422
dev-python/pysvn fails tests
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrected pysvn-1.7.1-skip_root_test.patch
pysvn-1.7.1-skip_root_test.patch (text/plain), 992 bytes, created by
Ewoud Kohl van Wijngaarden
on 2010-01-29 20:12:20 UTC
(
hide
)
Description:
Corrected pysvn-1.7.1-skip_root_test.patch
Filename:
MIME Type:
Creator:
Ewoud Kohl van Wijngaarden
Created:
2010-01-29 20:12:20 UTC
Size:
992 bytes
patch
obsolete
>--- Tests/pysvn_test_common.mak >+++ Tests/pysvn_test_common.mak >@@ -89,8 +89,12 @@ > > test-06.unix.new.log: test-06.sh test-06.unix.known_good-$(KNOWN_GOOD_VERSION).log > -rm -rf testroot-06 >- if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then PATH=$(SVN_BIN_DIR):$(PATH) PYTHON=$(PYTHON) ./test-06.sh >test-06.unix.new.log 2>&1; fi >- if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then $(PYTHON) benchmark_diff.py test-06.unix.known_good-$(KNOWN_GOOD_VERSION).log test-06.unix.new.log; fi >+ if [[ $${UID} -ne 0 ]]; then \ >+ if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then PATH=$(SVN_BIN_DIR):$(PATH) PYTHON=$(PYTHON) ./test-06.sh >test-06.unix.new.log 2>&1; fi ; \ >+ if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then $(PYTHON) benchmark_diff.py test-06.unix.known_good-$(KNOWN_GOOD_VERSION).log test-06.unix.new.log; fi \ >+ else \ >+ echo "Skipping $@, Reason: executed as root"; \ >+ fi > > clean-06: > -rm -f test-06.unix.new.log
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 299422
:
214971
|
217874
|
218046