Force contributors to define a test by adding it to the create template
A little cheeky but it should help us to maintain higher quality.
This commit is contained in:
parent
ac60ff2b14
commit
36596de68c
@ -122,6 +122,11 @@ class FormulaCreator
|
||||
<% end %>
|
||||
system "make install"
|
||||
end
|
||||
|
||||
def test
|
||||
# this will fail we won't accept that, make it test the program works!
|
||||
system "/usr/bin/false"
|
||||
end
|
||||
end
|
||||
EOS
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user