Automated test for bundle mode that creates and mounts a bundle with a level.pak file in it, and verifies that occurs. (#5805)

This is a regression test for bundle mode causing the editor to crash if you mount a bundle containing a level.pak file.

Signed-off-by: AMZN-stankowi <4838196+AMZN-stankowi@users.noreply.github.com>
This commit is contained in:
AMZN-stankowi
2021-11-30 11:34:54 -08:00
committed by GitHub
parent f05b63bcba
commit b63064f604
4 changed files with 127 additions and 1 deletions
@@ -91,7 +91,7 @@ class Launcher(object):
open(os.path.join(self.workspace.paths.project_log(), artifact), 'w').close() # clear it
log.info(f"Clearing pre-existing artifact {artifact} from calling Launcher.setup()")
except PermissionError:
log.warn(f'Unable to remove artifact: {artifact}, skipping.')
log.warning(f'Unable to remove artifact: {artifact}, skipping.')
pass
# In case this is the first run, we will create default logs to prevent the logmonitor from not finding the file