mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +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)
|
if (ret < 0)
|
||||||
return ret;
|
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");
|
fprintf(stderr,"failed to find intel and udl GPU\n");
|
||||||
return 77;
|
return 77;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user