Skip to content

Commit 45b61d4

Browse files
committed
debug: enable verbose xharness output
1 parent 01fd299 commit 45b61d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/device-test.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ try
5656
$buildDir = "test/Sentry.Maui.Device.TestApp/bin/Release/$Tfm/iossimulator-$arch"
5757
$envValue = $CI ? 'true' : 'false'
5858
$arguments = @(
59+
'-v',
5960
'--app', "$buildDir/Sentry.Maui.Device.TestApp.app",
6061
'--target', 'ios-simulator-64',
6162
'--launch-timeout', '00:10:00',

0 commit comments

Comments
 (0)