Skip to content

Commit

Permalink
QA: Attempt to fix the CLI test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Apr 8, 2023
1 parent a730d82 commit 31d9956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tools/check_cli_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
cd "${SCRIPTPATH}/../../"
chmod -R 777 log
FILES1=$(find cli -name \*.php | grep -v "index.php" | sort)
FILES2=$(ls -1 poller*.php | egrep -v "(index.php|pollers.php)" | sort)
FILES3="cactid.php cmd.php"
Expand Down

0 comments on commit 31d9956

Please sign in to comment.