Skip to content

Commit

Permalink
Fix tool/test.sh with xvfb-run (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj authored Sep 27, 2022
1 parent dc67923 commit 5a6b16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DEVICE_IDS=$(flutter devices --machine | grep '"sdk"')
for DEVICE in linux android; do
if echo "$DEVICE_IDS" | grep -i "$DEVICE" > /dev/null; then
section "Running integration tests on $DEVICE"
flutter test integration_test/webcrypto_test.dart -d "$DEVICE"
xvfb-run flutter test integration_test/webcrypto_test.dart -d "$DEVICE"
else
section "Skipping integration tests on $DEVICE (missing device)"
fi
Expand Down

0 comments on commit 5a6b16e

Please sign in to comment.