Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collects failed assets on LyTestTools test failures #7368

Merged
merged 10 commits into from
Feb 10, 2022
Prev Previous commit
Next Next commit
Adding debug line to help debug AR failure
Signed-off-by: evanchia <evanchia@amazon.com>
  • Loading branch information
evanchia-ly-sdets committed Feb 7, 2022
commit ce3da01f0ebcd17bc0ca08a6ea2bc5f36b232bba
1 change: 1 addition & 0 deletions Tools/LyTestTools/ly_test_tools/o3de/editor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ def run(request, workspace, extra_cmdline_args):
for t in threads:
t.join()

print(f"DO NOT SUBMIT DEBUGGING:\n {results_per_thread}")
for result in results_per_thread:
editor_test_data.results.update(result)

Expand Down