devtool: Fix boot test discovery

pull/171/head
Andre Richter 2 years ago
parent b7b2d31c24
commit c21641e9b5
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -94,7 +94,7 @@ class TutorialCrate
private
def boot_test?
Dir.exist?("#{@folder}/kernel/tests")
Dir.exist?("#{@folder}/tests") || Dir.exist?("#{@folder}/kernel/tests")
end
def unit_integration_tests?

Loading…
Cancel
Save