Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
d502fd49
Commit
d502fd49
authored
Apr 05, 2017
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Args in sbtest
parent
8582c8f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
e2e-tests/sbperf.pl
e2e-tests/sbperf.pl
+6
-0
No files found.
e2e-tests/sbperf.pl
View file @
d502fd49
...
...
@@ -260,6 +260,12 @@ my $tests = {
my
$times
=
{};
if
(
@ARGV
)
{
foreach
my
$t
(
keys
%$tests
)
{
delete
$tests
->
{
$t
}
unless
(
grep
/^$t$/
,
@ARGV
);
}
}
foreach
my
$name
(
keys
%$tests
)
{
my
$opts
=
$tests
->
{
$name
}
->
{
globalStorageOptions
};
if
(
my
$cmd
=
delete
$tests
->
{
$name
}
->
{
cmd
}
)
{
...
...
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