Skip to content
Snippets Groups Projects
Commit a695e184 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

pipeline only for longrun

parent 8d33af5d
No related branches found
No related tags found
No related merge requests found
......@@ -546,7 +546,7 @@ int keep_common(sv_alltype *service,keynocheck *nocheck,int svtype)
{
if (r == LOGGER)
service->opts[0] = 1 ;/**0 means not enabled*/
else if (r == PIPELINE)
else if (svtype == LONGRUN && r == PIPELINE)
service->opts[1] = 1 ;
}
if (r == ENVIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment