fixing test

This commit is contained in:
James Dudley 2025-02-15 17:19:28 -06:00
parent 0e37dc9bdc
commit 259e3c73f0

View File

@ -7,6 +7,7 @@ declare LLTEST_NAME="gamesvr-csgo-$(date '+%H%M%S')";
##################################################################################################### #####################################################################################################
##################################################################################################### #####################################################################################################
# Runtime vars # Runtime vars
declare LLCOUNTER=0; declare LLCOUNTER=0;
declare LLBOOT_ERRORS=""; declare LLBOOT_ERRORS="";
@ -149,7 +150,6 @@ should_lack "Couldn't run ucc (ucc-bin)" '/app/System/ucc-bin is executable';
should_lack 'ucc-bin: not found' 'has dependency lib32z1/ia32-libs on x64'; should_lack 'ucc-bin: not found' 'has dependency lib32z1/ia32-libs on x64';
should_lack "Failed to load 'Level" 'able to load starting map'; should_lack "Failed to load 'Level" 'able to load starting map';
should_have 'Unreal engine initialized' 'engine was able to initialize'; should_have 'Unreal engine initialized' 'engine was able to initialize';
should_have 'Level is Level DM-Deck16\]\[.MyLevel' 'map loaded successfully';
should_have 'Game engine initialized' 'game world started'; should_have 'Game engine initialized' 'game world started';
##################################################################################################### #####################################################################################################
##################################################################################################### #####################################################################################################