Skip to content

Commit c21641e

Browse files
committed
devtool: Fix boot test discovery
1 parent b7b2d31 commit c21641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/devtool.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_integration(bsp)
9494
private
9595

9696
def boot_test?
97-
Dir.exist?("#{@folder}/kernel/tests")
97+
Dir.exist?("#{@folder}/tests") || Dir.exist?("#{@folder}/kernel/tests")
9898
end
9999

100100
def unit_integration_tests?

0 commit comments

Comments
 (0)