Update ci/e2ereport.sh

This commit is contained in:
Anmol Sethi 2023-02-09 20:09:27 -08:00 committed by GitHub
parent 97e73cf3fd
commit ecd2ed2be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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