Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
2caf2ba5
Commit
2caf2ba5
authored
May 12, 2012
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
silence a windows 64 bit test failure (it's a linker warning)
Cherry picked from svn trunk. Thanks Adam.
parent
848302f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
zc.recipe.egg_/src/zc/recipe/egg/tests.py
zc.recipe.egg_/src/zc/recipe/egg/tests.py
+11
-2
No files found.
zc.recipe.egg_/src/zc/recipe/egg/tests.py
View file @
2caf2ba5
...
...
@@ -83,7 +83,17 @@ def test_suite():
"-
\
d[.]
\
d-py)
\
d[.]
\
d(-
\
S+)?[.]egg
"
),
'
\\
1
V
.
V
.
egg
'),
(re.compile('
extdemo
.
c
\
n
.
+
\\
extdemo
.
exp
\
n
'), ''),
(re.compile('
extdemo
[.]
pyd
'), '
extdemo
.
so
')
(re.compile('
extdemo
[.]
pyd
'), '
extdemo
.
so
'),
(re.compile(
"extdemo[.]c
\
n
"
"extdemo[.]obj : warning LNK4197: "
"export '
initextdemo
' specified multiple times; "
"using first specification
\
n
"
" Creating library build
\
\
\
\
temp[.]win-amd64-2[.]"
"[4567]
\
\
\
\
Release
\
\
\
\
extdemo[.]lib and object "
"build
\
\
\
\
temp[.]win-amd64-2[.][4567]
\
\
\
\
Re"
"lease
\
\
\
\
extdemo[.]exp
\
n
"),
''),
]),
),
))
...
...
@@ -91,4 +101,3 @@ def test_suite():
if __name__ == '
__main__
':
unittest.main(defaultTest='
test_suite
')
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment