Skip to content

Conversation

@andrlos
Copy link
Collaborator

@andrlos andrlos commented Nov 6, 2023

a small edit, so that we can omit some testcases if the display is no available

@andrlos andrlos merged commit a5b6e8d into rh-openjdk:main Nov 6, 2023
resArray["jre_headless_${testOption}_${headless}_display_unset"]=$?
fi

if [[ "x$XDISPLAY" == *x* ]] ; then
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks wrong. the [ "x:0" == *x* ] will pass, will it not?
it should be [ "x$XDISPLAY" == x ] no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants