Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flux-cron: coerce values to integer when using %d
Problem: On centos8 some of the tests in t0016-cron-faketime.t fail with the following error: lua: /usr/src/src/cmd/flux-cron:102: bad argument flux-framework#2 to 'fmt' (number has no integer representation) Coerce values to integer using math.floor when %d is used in string.format to avoid this error.
- Loading branch information