PT-2275 - "System Summary" graph breaks when perl is not available (OS summary dashboard)

- Added check for Perl binary in lib/bash/parse_options.sh
- Updated tools
- Updated t/lib/bash/parse_options.sh, so it includes required package alt_cmds.sh
This commit is contained in:
Sveta Smirnova
2024-03-18 14:25:50 +03:00
parent d813b4fbcf
commit e9fab37367
9 changed files with 52 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ TOOL="pt-stalk"
PT_TMPDIR="$TEST_PT_TMPDIR"
source "$LIB_DIR/log_warn_die.sh"
source "$LIB_DIR/alt_cmds.sh"
source "$LIB_DIR/parse_options.sh"
# ############################################################################