Update ci/e2ereport.sh
This commit is contained in:
parent
97e73cf3fd
commit
ecd2ed2be0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ if [ -z "${NO_OPEN:-}" ]; then
|
|||
if command -v open >/dev/null; then
|
||||
open "$REPORT_OUTPUT"
|
||||
elif command -v xdg-open >/dev/null; then
|
||||
xdg-open $REPORT_OUTPUT
|
||||
xdg-open "$REPORT_OUTPUT"
|
||||
else
|
||||
echo "Please open $REPORT_OUTPUT"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue