Get pyxpcom building and working again, at least on Windows. file test
fails, but we can live with that for now. Not part of the build. git-svn-id: svn://10.0.0.236/trunk@134454 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -24,6 +24,10 @@ import sys
|
||||
import test.regrtest # The standard Python test suite.
|
||||
|
||||
path = os.path.abspath(os.path.split(sys.argv[0])[0])
|
||||
# This sucks - python now uses "test." - so to worm around this,
|
||||
# we append our test path to the test packages!
|
||||
test.__path__.append(path)
|
||||
|
||||
tests = []
|
||||
for arg in sys.argv[1:]:
|
||||
if arg[0] not in "-/":
|
||||
|
||||
Reference in New Issue
Block a user