Add kernel 3.18.y only for vm testing.
[lttng-ci.git] / scripts / system-tests / lava2-submit.py
index 75b5a379614893fe78fd92877b236fa6b56638d1..2fa8145bf0c7cac175c099a0c61c3bb12bcc78f2 100644 (file)
@@ -99,6 +99,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))
+        print('Fetching {}'.format(url))
         urlretrieve(url, testcase)
 
 def print_test_output(server, job):
This page took 0.022866 seconds and 4 git commands to generate.