From 13f97dc164a50778f4f5d5c0e9e1ecfa53240884 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 15 May 2019 17:52:22 +0200 Subject: [PATCH] all.sh: invoke check-names.sh in print-trace-on-exit mode --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 369df1591..c234ea268 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -597,7 +597,7 @@ component_check_files () { 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 () {