From 31da67beb78d3f677ce15f384a679fd90fa220f4 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 27 Sep 2021 20:13:00 +0200 Subject: [PATCH] Switch to the new Python implementation of check-names Signed-off-by: Gilles Peskine --- 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 fa6791c8a..2b1e486df 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -706,7 +706,7 @@ component_check_changelog () { component_check_names () { msg "Check: declared and exported names (builds the library)" # < 3s - record_status tests/scripts/check-names.sh -v + record_status tests/scripts/check_names.py -v } component_check_test_cases () {