diff --git a/.travis.yml b/.travis.yml index fa01e5a24c..06495e4eb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ script: - tests/scripts/recursion.pl library/*.c - tests/scripts/check-generated-files.sh - tests/scripts/check-doxy-blocks.pl -- tests/scripts/check-names.sh +- tests/scripts/check-names.py - tests/scripts/doxygen.sh - cmake -D CMAKE_BUILD_TYPE:String="Check" . - make diff --git a/tests/git-scripts/pre-push.sh b/tests/git-scripts/pre-push.sh index ee54a6cffe..2058a57f91 100755 --- a/tests/git-scripts/pre-push.sh +++ b/tests/git-scripts/pre-push.sh @@ -43,5 +43,5 @@ run_test() } run_test ./tests/scripts/check-doxy-blocks.pl -run_test ./tests/scripts/check-names.sh +run_test ./tests/scripts/check-names.py run_test ./tests/scripts/check-generated-files.sh diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index e6c7549e6a..851287f104 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -415,7 +415,7 @@ tests/scripts/check-doxy-blocks.pl msg "test/build: declared and exported names" # < 3s cleanup -tests/scripts/check-names.sh +tests/scripts/check-names.py msg "test: doxygen warnings" # ~ 3s cleanup