diff options
-rw-r--r-- | glib2/rootfs-scripts/report.py | 2 | ||||
-rw-r--r-- | rpm/rootfs-scripts/report.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/glib2/rootfs-scripts/report.py b/glib2/rootfs-scripts/report.py index 28f2ac5..8540e69 100644 --- a/glib2/rootfs-scripts/report.py +++ b/glib2/rootfs-scripts/report.py @@ -17,7 +17,7 @@ def log_report(test_cases_values_and_status,THIS_TEST): else: test_set_status = "failed" - agl_test_report.write_date_to_json(test_set_status,THIS_TEST,summary,case_status) + agl_test_report.write_date_to_json(THIS_TEST,test_set_status,summary,case_status) #Package log file agl_test_report.log_compress(THIS_TEST) diff --git a/rpm/rootfs-scripts/report.py b/rpm/rootfs-scripts/report.py index 28f2ac5..8540e69 100644 --- a/rpm/rootfs-scripts/report.py +++ b/rpm/rootfs-scripts/report.py @@ -17,7 +17,7 @@ def log_report(test_cases_values_and_status,THIS_TEST): else: test_set_status = "failed" - agl_test_report.write_date_to_json(test_set_status,THIS_TEST,summary,case_status) + agl_test_report.write_date_to_json(THIS_TEST,test_set_status,summary,case_status) #Package log file agl_test_report.log_compress(THIS_TEST) |