summaryrefslogtreecommitdiff
path: root/tests/prime_nv_pcopy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prime_nv_pcopy.c')
-rw-r--r--tests/prime_nv_pcopy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/prime_nv_pcopy.c b/tests/prime_nv_pcopy.c
index dc16f7a1..88b14e5d 100644
--- a/tests/prime_nv_pcopy.c
+++ b/tests/prime_nv_pcopy.c
@@ -1330,6 +1330,8 @@ int main(int argc, char **argv)
close(intel_fd);
close(nouveau_fd);
- printf("Tests: %u run, %u failed\n", run, failed);
+ if (!drmtest_only_list_subtests())
+ printf("Tests: %u run, %u failed\n", run, failed);
+
return failed;
}