Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
s_doering
asteriskperf-python-wrapper
Commits
5306d0fc
Commit
5306d0fc
authored
Dec 01, 2015
by
Deathcrow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
622afe96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
aggregate-mod.py
aggregate-mod.py
+1
-1
No files found.
aggregate-mod.py
View file @
5306d0fc
...
...
@@ -69,7 +69,7 @@ signal.signal(signal.SIGTERM, signal_handler)
parser
=
argparse
.
ArgumentParser
(
description
=
'Configure test environment.'
)
parser
.
add_argument
(
'folders'
,
nargs
=
"*"
,
default
=
".
/
"
,
help
=
"Folder to search for files"
)
parser
.
add_argument
(
'folders'
,
nargs
=
"*"
,
default
=
"."
,
help
=
"Folder to search for files"
)
parser
.
add_argument
(
'-m'
,
'--mask'
,
default
=
""
)
parser
.
add_argument
(
'-t'
,
'--time'
,
default
=
"300"
,
help
=
"Length of tests to analyze (for bw)"
)
...
...
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