Skip to content

Commit 259e3c7

Browse files
committed
fixing test
1 parent 0e37dc9 commit 259e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist.linux/ll-tests/gamesvr-ut99.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ declare LLTEST_NAME="gamesvr-csgo-$(date '+%H%M%S')";
77
#####################################################################################################
88
#####################################################################################################
99

10+
1011
# Runtime vars
1112
declare LLCOUNTER=0;
1213
declare LLBOOT_ERRORS="";
@@ -149,7 +150,6 @@ should_lack "Couldn't run ucc (ucc-bin)" '/app/System/ucc-bin is executable';
149150
should_lack 'ucc-bin: not found' 'has dependency lib32z1/ia32-libs on x64';
150151
should_lack "Failed to load 'Level" 'able to load starting map';
151152
should_have 'Unreal engine initialized' 'engine was able to initialize';
152-
should_have 'Level is Level DM-Deck16\]\[.MyLevel' 'map loaded successfully';
153153
should_have 'Game engine initialized' 'game world started';
154154
#####################################################################################################
155155
#####################################################################################################

0 commit comments

Comments
 (0)