mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 08:16:10 +00:00
tests/prime_udl: don't put dirt into stderr when skipping
It upset's QA's test runner. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
bafbbf1cc8
commit
53d251ac23
@ -155,7 +155,7 @@ int main(int argc, char **argv)
|
|||||||
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");
|
printf("failed to find intel and udl GPU\n");
|
||||||
return 77;
|
return 77;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user