Changeset 9886 for trunk/Mars/datacenter/scripts/sourcefile
- Timestamp:
- 08/20/10 10:59:07 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/scripts/sourcefile
r9853 r9886 388 388 query=$query" "$step"Status.fStopTime=$stoptime, "$step"Status.fReturnCode=$returncode " 389 389 # set also the status values of the influenced steps 390 for influence in $influences390 for otherstep in $othersteps 391 391 do 392 query=$query", "$ influence"Status.fStartTime=NULL "393 query=$query", "$ influence"Status.fStopTime=NULL "394 query=$query", "$ influence"Status.fReturnCode=NULL "392 query=$query", "$otherstep"Status.fStartTime=NULL " 393 query=$query", "$otherstep"Status.fStopTime=NULL " 394 query=$query", "$otherstep"Status.fReturnCode=NULL " 395 395 done 396 396 # give the condition for which step the status values have to be set
Note:
See TracChangeset
for help on using the changeset viewer.