diff --git a/python/lsst/ap/verify/pipeline_driver.py b/python/lsst/ap/verify/pipeline_driver.py index 32fccdef..06ca6301 100644 --- a/python/lsst/ap/verify/pipeline_driver.py +++ b/python/lsst/ap/verify/pipeline_driver.py @@ -94,7 +94,7 @@ def runApPipeGen3(workspace, parsedCmdLine, processes=1): makeApdb(_getApdbArguments(workspace, parsedCmdLine)) pipelineFile = _getPipelineFile(workspace, parsedCmdLine) - pipelineArgs = ["pipetask", "run", + pipelineArgs = ["pipetask", "--long-log", "run", "--fail-fast", "--butler-config", workspace.repo, "--pipeline", pipelineFile,