summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-04-07 18:32:02 +0300
committerSerhii Kostiuk <serhii.o.kostiuk@globallogic.com>2020-04-07 18:32:02 +0300
commite8481260d763f8827e0188e5cd53e613aa4bd305 (patch)
tree07ab35e586aafe56f688aa938f8af6143635e525 /test
parentb864bd066393e7a46f42eeffce3e7d3692e7c140 (diff)
downloadlibmts-e8481260d763f8827e0188e5cd53e613aa4bd305.tar.gz
libmts-e8481260d763f8827e0188e5cd53e613aa4bd305.tar.bz2
libmts-e8481260d763f8827e0188e5cd53e613aa4bd305.zip
Execute system commands without invoking system shell
Added several new methods to the MTS::System class: - ```executeBackground``` - popen alternative, creates a pipe with the specified mode and spawns a new process with specified arguments; - ```closeBackground``` - pclose alternative, closes parent side of the pipe and waits for the child process to finish its execution; - ```execute``` - MTS::System::cmd alternative that allows to spawn child processes directly without invoking system shell.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions