On Wed, Nov 27, 2019 at 3:19 PM Heidi Fahim <heidifahim@xxxxxxxxxx> wrote: > > Assert in test_run_timeout was not updated with the build_dir argument > and caused the following error: > AssertionError: Expected call: run_kernel(timeout=3453) > Actual call: run_kernel(build_dir=None, timeout=3453) > > Needed to update kunit_tool_test to reflect this fix > https://lkml.org/lkml/2019/9/6/3 > > Signed-off-by: Heidi Fahim <heidifahim@xxxxxxxxxx> > Change-Id: I6f161c72c6a5f071a4dc31582ba08b91974502ce Change-Id should not be used on LKML patches. Did you run checkpatch?