Skip to content

Commit cb16b0e

Browse files
try without predicate
1 parent 2264a28 commit cb16b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-ios-functional-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ do
2626
# Run tests
2727
echo "Run test app..."
2828
xcrun simctl launch "${IOS_DEVICE}" com.contoso.test.functional &
29-
log stream --predicate 'processImagePath contains "com.contoso.test.functional"' --style syslog
29+
log stream --style syslog
3030

3131
# Wait results
3232
echo "Waiting test results..."

0 commit comments

Comments
 (0)