X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Flava-submit.py;h=a49bacdc2c731618e889afe8545e803220dd29c9;hb=b9b26e2dc1815a7681e8cae1278a2e5d2191f68a;hp=3cf1131288056e1a27cc1334ac064fd5d55ddc31;hpb=6b35e57c434006884c10febcd85f8e77b66ae13d;p=lttng-ci.git 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):