diff options
author | Geliang Tang <geliang.tang@suse.com> | 2022-11-10 15:23:21 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-11 21:19:47 -0800 |
commit | 31b4e63eb24a81770b0e46a768f606a114787262 (patch) | |
tree | f61b3baff47c99ee0d373aec63523e0a1c9dca1d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 80638684e840684042325fa5a3fa1eb59fd123cc (diff) |
selftests: mptcp: use max_time instead of time
'time' is the local variable of run_test() function, while 'max_time' is
the local variable of do_transfer() function. So in do_transfer(),
$max_time should be used, not $time.
Please note that here $time == $max_time so the behaviour is not changed
but the right variable is used.
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions