aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-07-13 16:27:31 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-07-13 16:27:31 +0200
commit20eb9d1661c058476f80728b92956a76f035a27d (patch)
tree25df16fb0608261b803359c13bec35dc127cfd72 /tools
parentfc44a5598f001f823990544f05a410092a21b84e (diff)
downloadallocbench-20eb9d1661c058476f80728b92956a76f035a27d.tar.gz
allocbench-20eb9d1661c058476f80728b92956a76f035a27d.zip
[make] pass pylit exit code to tools/check-pylint
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check-pylint4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/check-pylint b/tools/check-pylint
index 0462f25..9b7c7e5 100755
--- a/tools/check-pylint
+++ b/tools/check-pylint
@@ -1,8 +1,8 @@
#!/bin/bash
-PYLINT_EXIT=$?
-# pylint error masks
+PYLINT_EXIT=${1}
+# pylint error masks
FATAL_MASK=1
ERROR_MASK=2
WARNING_MASK=4