do not depend on an uptodate build for subsequentcheck for now
This commit is contained in:
parent
9f2d6d63ee
commit
b90f400d46
1 changed files with 3 additions and 1 deletions
|
@ -99,7 +99,9 @@ check :
|
|||
$(call gb_Output_announce_title,all tests checked.)
|
||||
$(call gb_Output_announce_bell)
|
||||
|
||||
subsequentcheck : all
|
||||
# removing the dependency on all for now until we can make a full build with gbuild
|
||||
#subsequentcheck : all
|
||||
subsequentcheck :
|
||||
$(call gb_Output_announce,loaded modules: $(sort $(gb_Module_ALLMODULES)),$(true),SCK,6)
|
||||
$(call gb_Output_announce_title,all subsequent tests checked.)
|
||||
$(call gb_Output_announce_bell)
|
||||
|
|
Loading…
Reference in a new issue