ww: skip outputs for no-test command packages
This commit is contained in:
@@ -4449,8 +4449,8 @@ sep_validate_request_staging(struct sepgraph *g, const char *scratch, int warm,
|
||||
return -1;
|
||||
if (emit_asm) continue;
|
||||
int owns_output = root_package ? publish_package
|
||||
: (is_test && !products[i].no_tests)
|
||||
|| sep_root_is_command(&g->pkg[products[i].root]);
|
||||
: is_test ? !products[i].no_tests
|
||||
: sep_root_is_command(&g->pkg[products[i].root]);
|
||||
if (!owns_output) continue;
|
||||
if (sep_prepare_product_stage(&products[i].stage_out,
|
||||
products[i].out) < 0)
|
||||
|
||||
Reference in New Issue
Block a user