From 48ed4c724fabda804905c2fe001bca90b820a09b Mon Sep 17 00:00:00 2001 From: Igor Stoppa Date: Fri, 16 Jan 2015 18:41:23 +0200 Subject: [PATCH] Fix check for name of folder with results. Drops the old "tztestrobot" in favor of the new "aft". Change-Id: I52c133485f2b639e81b549040f917cee0eb423e1 --- job_test_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_test_build.py b/job_test_build.py index 933a1c7..17df9b9 100755 --- a/job_test_build.py +++ b/job_test_build.py @@ -157,7 +157,7 @@ def propagate_results(fields, image): results.write("TEST_RESULT=" + fields["test_result"] + "\n") results.write("IMAGE=" + image + "\n") - results_folder = glob.glob("tztestrobot_results.*") + results_folder = glob.glob("aft_results.*") if results_folder != []: results_folder = results_folder[0] fields["test_details"] = get_test_dict(results_folder + "/results.xml") -- 2.7.4