There was an error while loading. Please reload this page.
1 parent 530c3ca commit f1decc4Copy full SHA for f1decc4
atest/run.py
@@ -51,7 +51,7 @@
51
name = interpreters + '_-_' + library_file.rsplit('.', 1)[0]
52
args = [runner_interpreter, '-m', 'robot.run', '--name', name,
53
'--output', OUTPUT, '--log', 'NONE', '--report', 'NONE']
54
-if 'Minimal' in library_file:
+if 'minimal' in library_file.lower():
55
args.extend(['--exclude', 'argsknown'])
56
args.extend(clargs or [join(BASE, 'tests')])
57
print 'Running tests with command:\n%s' % ' '.join(args)
0 commit comments