mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
tests/prime_udl: skip harder
I fail.
This commit is contained in:
parent
d16dd3a0f8
commit
c97a45ff09
@ -154,7 +154,7 @@ int main(int argc, char **argv)
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
if (udl_fd == -1 && intel_fd == -1) {
|
||||
if (udl_fd == -1 || intel_fd == -1) {
|
||||
fprintf(stderr,"failed to find intel and udl GPU\n");
|
||||
return 77;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user