Skip to content

Commit

Permalink
Make sure cloc is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed Nov 3, 2024
1 parent a92bd13 commit 13d2d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/test/get_stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ fi

init

# Make sure cloc is available
cloc --version > /dev/null 2>&1 || die "Cannot execute cloc -- make sure it is executable and on the PATH!"

# Run all bugs, unless otherwise specified
if [ "$BUGS" == "" ]; then
BUGS="$(get_bug_ids "$BASE_DIR/framework/projects/$PID/$BUGS_CSV_ACTIVE")"
Expand Down

0 comments on commit 13d2d56

Please sign in to comment.