summaryrefslogtreecommitdiffstats
path: root/tester/rt/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/check.py')
-rwxr-xr-xtester/rt/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index c7f6c23..2a38d99 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -284,7 +284,7 @@ class warnings_errors:
common = warnings['common']
for build in builds:
build_warnings = warnings[build]
- if build is not 'common':
+ if build != 'common':
build_warnings = [w for w in build_warnings if w not in common]
s += textbox.row(cols_1,
[' %s : %d warning(s)' % (build,