Skip to content

More options when running system commands

Marek Szuba requested to merge experimental/run_system_command into master

Created by: muffato

I've added a few options in Process::run_system_command and RunnaleDB::SystemCmd to:

  • add a time limit (mimicking LSF's RUNLIMIT)
  • capture the standard output
  • record how long the command took

Merge request reports