Missing variable

This commit is contained in:
Bridget Kromhout
2018-03-02 18:11:32 -06:00
parent 03a563c172
commit 6727007754

View File

@@ -434,6 +434,7 @@ tag_is_reachable() {
}
test_tag() {
TAG=$1
ips_file=tags/$TAG/ips.txt
info "Picking a random IP address in $ips_file to run tests."
n=$((1 + $RANDOM % $(wc -l <$ips_file)))