Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunThompson committed Dec 26, 2024
1 parent 3c2606b commit 89bfc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/tests/test_evaluation_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ paste -d'@' $test_results_dir/results.time_* | sed 's\,\.\g' | sed 's\:\,\g' |
echo "Below follow the non-identical outputs:"
# WARNING: Fragile
sed -nE \
's/^([^ ]+).*are not identical.*-d 1 (.*) --output_time.*/\1 with relavant flags \2/p' \
's/^([^ ]+).*are not identical.*-d 1 (.*) --output_time.*/\1 with relevant flags \2/p' \
"$test_results_dir"/result_status

TOTAL_TESTS=$(cat "$test_results_dir"/result_status | wc -l)
Expand Down

0 comments on commit 89bfc84

Please sign in to comment.