diff options
-rwxr-xr-x | bin/dmitest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dmitest b/bin/dmitest index cacd22d..fca67ca 100755 --- a/bin/dmitest +++ b/bin/dmitest @@ -256,7 +256,7 @@ def main(): if args.test_serials: retval += serial_tests(args, stream) if find_in_section(stream, 'Processor Information', 'Version:', - ['sample'], False): + ['sample', 'Genuine Intel\(R\) CPU 0000'], False): print("*** Invalid processor information!") retval += 1 |