TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

Fix for direct command #125

Closed dankwart-de closed 6 years ago

dankwart-de commented 6 years ago

The DirectCommand produced a command String which ended with "$ wait $> /dev/null" This suppressed the return code of the command when executed. (wait without a process id will always return 0!) Also $> /dev/null finally nullified all the output and e.g. logfiles where empty.

!!! Needs also to be merged into master.

dankwart-de commented 6 years ago

The RB is for Roddy... There we use 0.0.3 also I need a way to make a pull request possible.

dankwart-de commented 6 years ago

Discussed with @vinjana , will merge