Adds MaterialEditor RHI launch tests (#3558)

* adds MaterialEditor RHI launch tests

* add explicit editor_script parameter to the launch_and_validate_results() call

Signed-off-by: jromnoa <jromnoa@amazon.com>
This commit is contained in:
jromnoa
2021-08-26 14:25:24 -07:00
committed by GitHub
parent a0f6e6e84a
commit 9f55212a19
2 changed files with 37 additions and 0 deletions
@@ -303,5 +303,6 @@ class TestMaterialEditorBasicTests(object):
expected_lines=expected_lines,
unexpected_lines=unexpected_lines,
halt_on_unexpected=True,
null_renderer=True,
log_file_name="MaterialEditor.log",
)