We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f8ec commit 267ff47Copy full SHA for 267ff47
1 file changed
run/fill-db
@@ -237,7 +237,7 @@ then
237
| grep -v INFO -B 1 \
238
| tee --append "$validation_output_file"
239
done < "$ttl_list_file" 2>&1 \
240
- | pv -pet --line-mode --size "$num_ttls" --discard
+ | pv -pet --line-mode --size "$num_ttls" > /dev/null
241
echo "Validation results stored in file '$validation_output_file'."
242
lines_syntax_violations="$(cat "$validation_output_file" | wc -l)"
243
num_syntax_violations="$((lines_syntax_violations / 2))"
@@ -269,7 +269,7 @@ do
269
"${batch[@]}"
270
# --loader=parallel \
271
272
273
echo
274
if [ -e "$db_dir" ]
275
then
0 commit comments