diff --git a/evaluation/tests/test_evaluation_scripts.sh b/evaluation/tests/test_evaluation_scripts.sh index 3ee4277cb..7f97a18ad 100755 --- a/evaluation/tests/test_evaluation_scripts.sh +++ b/evaluation/tests/test_evaluation_scripts.sh @@ -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)