Skip to content

Commit

Permalink
#2291: Make testing logs more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable authored and cwschilly committed Sep 20, 2024
1 parent a62d431 commit ec2b979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_lb_data_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cd "$path_to_vt_build_dir" || exit 1

function run_schema_validator() {
file=$1
echo ""
echo "Running schema validator on: $file"
if python3 "${path_to_vt_src_dir}/scripts/JSON_data_files_validator.py" --file_path="$file"
then
Expand Down

0 comments on commit ec2b979

Please sign in to comment.