mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests/prime_udl: skip harder
I fail.
This commit is contained in:
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user