Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
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
Kirill Smelkov
gevent
Commits
33e007aa
Commit
33e007aa
authored
Sep 14, 2013
by
Denis Bilenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update util/wintest.py to work on win8
parent
e2cd323e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
util/wintest.py
util/wintest.py
+4
-1
No files found.
util/wintest.py
View file @
33e007aa
#!/usr/bin/python -u
"""
Unix utilities must be installed on target machine for this to work: http://unxutils.sourceforge.net/
"""
import
sys
import
os
import
optparse
...
...
@@ -29,7 +32,7 @@ def prepare():
system
(
'rm -fr %s %s'
%
(
tar_name
,
dir_name
))
system
(
'gzip -d %s && tar -xf %s'
%
(
source_name
,
tar_name
))
os
.
chdir
(
dir_name
)
os
.
environ
.
setdefault
(
'VS90COMNTOOLS'
,
'C:
\
\
Program Files
(x86)
\
\
Microsoft Visual Studio 10.0
\
\
Common7
\
Tools
\
\
'
)
os
.
environ
.
setdefault
(
'VS90COMNTOOLS'
,
'C:
\
\
Program Files
\
\
Microsoft Visual Studio 10.0
\
\
Common7
\
Tools
\
\
'
)
if args[0:1] == ['
test
']:
prepare()
...
...
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