From b7565d03d4dcf5257c1e573bc3ba34fdf444cfae Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Tue, 2 Apr 2019 05:38:02 +0000 Subject: [PATCH] Fix Python version used to python3 from python3.6 --- ci/cppcheck-misra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cppcheck-misra.sh b/ci/cppcheck-misra.sh index 4579e0a0..077b5e0d 100755 --- a/ci/cppcheck-misra.sh +++ b/ci/cppcheck-misra.sh @@ -26,5 +26,5 @@ sed -i -r 's/(.*Script.*)|(.*Checking.*)|(.*MISRA.*)//gm; /(^$)/d; s/(\s\(.*\)\s # run the summarizer for a nice, clean summary of errors echo -e "\u001b[34;1mSummarizing results...\u001b[0m" -python3.6 ci/summarizer.py --report ci/report.msr --suppress 3.1 5.1 5.2 14.4 18.8 +python3 ci/summarizer.py --report ci/report.msr --suppress 3.1 5.1 5.2 14.4 18.8 -- GitLab