summaryrefslogtreecommitdiff
path: root/bin
diff options
authorPMR <pmr@pmr-lander>2017-06-26 08:23:17 +0000
committerPMR <pmr@pmr-lander>2017-06-26 08:23:17 +0000
commitc6b63c5321c0b4652d0add678b9a0faf512855cb (patch)
tree90021a8b76247604026c76634205f83860e5a404 /bin
parent71725310d95a76f942dda7642611ef68dc8e9d70 (diff)
parente70acdc8e7259db57f31c017d7525984ca2d489f (diff)
Merge #325820 from ~sylvain-pineau/plainbox-provider-checkbox:fix-1692764
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dmitest3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dmitest b/bin/dmitest
index d75aa37..ef416ca 100755
--- a/bin/dmitest
+++ b/bin/dmitest
@@ -132,7 +132,8 @@ def standard_tests(args, stream, dmi_data):
'Type:',
['notebook', 'portable', 'laptop', 'desktop',
'lunch box', 'space-saving', 'tower',
- 'all in one', 'hand held'], False):
+ 'all in one', 'hand held',
+ 'convertible'], False):
dmi_data['Chassis Information']['Type'] += \
" *** Incorrect or unknown desktop chassis type!"
retval += 1