LAVA: install `systemtap-sdt-dev` package to run sdt-uprobe tests
[lttng-ci.git] / 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.026597 seconds and 4 git commands to generate.