diff options
-rwxr-xr-x | scripts/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index beac64f..82cdbfa 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -32,8 +32,8 @@ timeout=30s set -eu function main() { num_sites="$(wc -l $input_file | cut -d' ' -f1)" - debug "relays=${#relays[@]}" - debug "limits=${#limits[@]}" + debug "relays=${#relays[@]} (${relays[@]})" + debug "limits=${#limits[@]} (${limits[@]})" debug "numWorkers=$num_workers" debug "inputFile=$input_file ($num_sites sites)" debug "tmp_dir=$tmp_dir" |