From 7a007c66fe8631ed3c507abec33c48c365307fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 8 May 2019 00:00:03 +0000 Subject: [PATCH] test-baremetal: remove commented out exit status workaround --- test-baremetal | 3 --- 1 file changed, 3 deletions(-) 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']: