mirror of
https://github.com/LacledesLAN/gamesvr-ut99.git
synced 2025-02-23 00:50:47 +01:00
fixing test
This commit is contained in:
parent
0e37dc9bdc
commit
259e3c73f0
@ -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';
|
||||||
#####################################################################################################
|
#####################################################################################################
|
||||||
#####################################################################################################
|
#####################################################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user