From 32684af29261a12e0ecf1cd8c727d8f25d2e5d7a Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Tue, 24 Oct 2023 10:56:23 +0200 Subject: [PATCH] tests: Minor change. --- tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests.sh b/tests.sh index 2e4df6bc..06c8fd84 100755 --- a/tests.sh +++ b/tests.sh @@ -17,3 +17,10 @@ cd .. echo " PEP8" pycodestyle ./src + +if [ $? -eq 0 ] +then + echo "OK" +else + echo "WARNING" +fi