all.sh: invoke check-names.sh in print-trace-on-exit mode
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 8e24064..30e6d5f 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -578,7 +578,7 @@
 
 component_check_names () {
     msg "test/build: declared and exported names" # < 3s
-    record_status tests/scripts/check-names.sh
+    record_status tests/scripts/check-names.sh -v
 }
 
 component_check_doxygen_warnings () {