diff --git a/test-baremetal b/test-baremetal index bb4a1d6..dd3afb5 100755 --- a/test-baremetal +++ b/test-baremetal @@ -55,9 +55,6 @@ If given, run only the given tests. Otherwise, run all tests. 'run_obj': self.import_path_main('run'), 'test_id': path_relative_root, } - # if path_relative_root != os.path.join('baremetal', 'lkmc_assert_fail.c'): - # Workaround fro: https://github.com/cirosantilli/linux-kernel-module-cheat/issues/59 - # test_args['expected_exit_status'] = 0 error = thread_pool.submit(test_args) if error is not None: if self.env['quit_on_fail']: