Update ci/e2ereport.sh

Co-authored-by: Anmol Sethi <hi@nhooyr.io>
This commit is contained in:
Apostolis A 2023-01-23 03:12:26 +02:00 committed by GitHub
parent ec9617eafe
commit 4aee9da433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ if [ -z "${NO_OPEN:-}" ]; then
if [ -s "$REPORT_OUTPUT" ]; then
if command -v open >/dev/null; then
open $REPORT_OUTPUT
elif [ -x "$(command -v xdg-open >/dev/null)" ]; then
elif command -v xdg-open >/dev/null; then
xdg-open $REPORT_OUTPUT
else
echo "Please open $REPORT_OUTPUT"