From 259e3c73f096ce044ad5826406f68fa6a7fc4136 Mon Sep 17 00:00:00 2001 From: James Dudley Date: Sat, 15 Feb 2025 17:19:28 -0600 Subject: [PATCH] fixing test --- dist.linux/ll-tests/gamesvr-ut99.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.linux/ll-tests/gamesvr-ut99.sh b/dist.linux/ll-tests/gamesvr-ut99.sh index fca5e32..2866427 100644 --- a/dist.linux/ll-tests/gamesvr-ut99.sh +++ b/dist.linux/ll-tests/gamesvr-ut99.sh @@ -7,6 +7,7 @@ declare LLTEST_NAME="gamesvr-csgo-$(date '+%H%M%S')"; ##################################################################################################### ##################################################################################################### + # Runtime vars declare LLCOUNTER=0; 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 "Failed to load 'Level" 'able to load starting map'; 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'; ##################################################################################################### #####################################################################################################