Include pbs_sleep for linux distribution
- PR: https://github.com/PBSPro/pbspro/pull/713
Include pbs_sleep for all linux platforms. This results in deprecating pbs-sleep on windows. Including pbs_sleep in linux distribution for supporting container images that might not have a sleep binary. pbs_sleep will also be a single common sleep command for PTL tests on all platforms (including windows) for test jobs.
Usage:
- It calls sleep internally for the number of seconds passed to it.
- Pass -1 for sleep indefinitely.
Add your comments in the Discussion Forum
Project Documentation Main Page