Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
debug: enable verbose xharness output
  • Loading branch information
jpnurmi committed Aug 29, 2025
commit 45b61d462d879e82dec0d8d62ee5f71fc2c8bf6c
1 change: 1 addition & 0 deletions scripts/device-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ try
$buildDir = "test/Sentry.Maui.Device.TestApp/bin/Release/$Tfm/iossimulator-$arch"
$envValue = $CI ? 'true' : 'false'
$arguments = @(
'-v',
'--app', "$buildDir/Sentry.Maui.Device.TestApp.app",
'--target', 'ios-simulator-64',
'--launch-timeout', '00:10:00',
Expand Down
Loading