Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dosek
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
syswcet
dosek
Commits
d07232a0
Commit
d07232a0
authored
8 years ago
by
Christian Dietrich
Browse files
Options
Downloads
Patches
Plain Diff
new_build_env: use python3
parent
25934e17
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
new_build_env.py
+2
-2
2 additions, 2 deletions
new_build_env.py
with
2 additions
and
2 deletions
new_build_env.py
+
2
−
2
View file @
d07232a0
#!/usr/bin/python
#!/usr/bin/python
3
import
os
import
sys
...
...
@@ -30,7 +30,7 @@ def main():
parser
.
add_option
(
'
-c
'
,
'
--clean
'
,
dest
=
'
CLEAN
'
,
action
=
"
store_true
"
,
default
=
False
,
help
=
"
Remove all files from current directory before
"
)
parser
.
add_option
(
'
-v
'
,
'
--verbose
'
,
dest
=
'
verbose
'
,
action
=
'
count
'
,
parser
.
add_option
(
'
-v
'
,
'
--verbose
'
,
dest
=
'
verbose
'
,
action
=
'
count
'
,
default
=
0
,
help
=
"
Increase verbosity (specify multiple times for more)
"
)
parser
.
add_option
(
''
,
'
--fail-trace-all
'
,
dest
=
'
FAIL_TRACE_ALL
'
,
default
=
"
no
"
,
help
=
"
Trace all testcases
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment