Fix: case -> testcase
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 24 Nov 2018 14:11:34 +0000 (09:11 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 24 Nov 2018 14:11:34 +0000 (09:11 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/lava-submit.py

index 3cf1131288056e1a27cc1334ac064fd5d55ddc31..a49bacdc2c731618e889afe8545e803220dd29c9 100644 (file)
@@ -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):
This page took 0.031767 seconds and 4 git commands to generate.