From: Jonathan Rajotte Date: Sat, 24 Nov 2018 14:11:34 +0000 (-0500) Subject: Fix: case -> testcase X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=b9b26e2dc1815a7681e8cae1278a2e5d2191f68a;p=lttng-ci.git Fix: case -> testcase Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/lava-submit.py b/scripts/system-tests/lava-submit.py index 3cf1131..a49bacd 100644 --- a/scripts/system-tests/lava-submit.py +++ b/scripts/system-tests/lava-submit.py @@ -84,7 +84,7 @@ def fetch_benchmark_results(build_id): 'processed_results_lttng_test_filter.csv'] for testcase in testcases: url = urljoin(OBJSTORE_URL, "{:s}/{:s}".format(build_id, testcase)) - urlretrieve(url, case) + urlretrieve(url, testcase) # Parse the attachment of the testcase to fetch the stdout of the test suite def print_test_output(server, job):