Skip to content

Commit 3ba125b

Browse files
committed
Test
1 parent f51bad3 commit 3ba125b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/Integration.Tests.Android.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ BeforeAll {
269269
Write-Host "Running message-capture test (will upload crash from previous run)..." -ForegroundColor Yellow
270270
# TODO: When AndroidProvider is added to app-runner: Invoke-DeviceApp $script:ActivityName -Arguments "--es test message-capture"
271271
# Note: Must use --es (string extra) not -e, as Java code uses getStringExtra()
272-
$cmdlineArgs = '--es test message-capture -e cmdline "-NullRHI -log"'
272+
$cmdlineArgs = '--es test message-capture -e cmdline "-NullRHI -log -unattended -NoSound -NoSplash -noscreenmessages"'
273273
$global:AndroidMessageResult = Invoke-AndroidApp -ExecutablePath $script:ActivityName -Arguments $cmdlineArgs
274274

275275
Write-Host "Message test exit code: $($global:AndroidMessageResult.ExitCode)" -ForegroundColor Cyan

0 commit comments

Comments
 (0)