mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
start moving algorithm in
This commit is contained in:
@@ -71,6 +71,12 @@ If given, run only the given tests. Otherwise, run all tests.
|
||||
),
|
||||
})
|
||||
cur_run_args.update(my_path_properties['test_run_args'])
|
||||
if my_path_properties['test_stdin_data'] is not None:
|
||||
cur_run_args['stdin_file'] = os.path.join(
|
||||
path_abs,
|
||||
'test_data',
|
||||
my_path_properties['test_stdin_data'] + '.i'
|
||||
)
|
||||
run_test_args = {
|
||||
'expected_exit_status': my_path_properties['exit_status'],
|
||||
'run_args': cur_run_args,
|
||||
|
||||
Reference in New Issue
Block a user