Skip to content

Return default of shell log output being

Duncan Mortimer requested to merge shell_to_files_default into master

Revert change of default log output of shell plugin to .o and .e files to ensure no unexpected behaviour when capturing the job 'id'. Although the id is irrelevant when run through the shell runner (it's the obsolete PID for the task that ran) anything expecting to see an integer on stdout will be confused by the command output.

Merge request reports