Actions
Bug #13655
closedScript rudder-support-info is too chatty when looking for time
Pull Request:
Severity:
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Some cosmetic things:
If you don't have time
installed and are running rudder-support-info
, you get an uncaught "which":
which: no time in (/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:... Time is not installed on this system.................................. SKIPPED
This is caused by a not-devnull-redirected which command in:
cfengineutils_test_cfpromises() { # First we need to make sure time is there TIME_PRESENT=`which time`
Actions