Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 9, 2024
1 parent 38e693f commit 033d531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/test/get_klocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ if [ -z "$1" ] ; then
bids=( 1 2 3 4 5 )
else
# Generate tests for supplied project list
# shellcheck disable=SC2206
# shellcheck disable=SC2206 # $1 is a list.
projects=( $1 )
if [ -z "$2" ] ; then
# Generate tests for all bids
bids=( 1 2 3 4 5 )
else
# Generate tests for supplied bid list
# shellcheck disable=SC2206
# shellcheck disable=SC2206 # #2 is a list
bids=( $2 )
fi
fi
Expand Down

0 comments on commit 033d531

Please sign in to comment.