Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][E2E] wrap lit script lines in %if run-mode #15787

Draft
wants to merge 3 commits into
base: sycl
Choose a base branch
from

Conversation

ayylol
Copy link
Contributor

@ayylol ayylol commented Oct 21, 2024

In #15728 lit script lines that contain %{run} %{run-unfiltered-devices} or %if run-mode are not executed if the system is set to only build e2e tests.

This patch adds %if run-mode to lines that require that the test binary has already been executed. This is needed because otherwise these commands are ran on the building system which does not execute the test binaries, creating failures.

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.

1 participant