Skip to content

Commit

Permalink
update special_tests.sh raw log
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Sep 2, 2024
1 parent 98865a0 commit 889c375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/special_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ -s "${experiments_list}" ]; then
fi
fi
special_test_session_log=${log_file:-"${tmp_log_dir}/special_tests_${mark_type}_${d}.log"}
test_session_tmp_log="${tmp_log_dir}/special_tests_${mark_type}_${d}.log"
test_session_tmp_log="${tmp_log_dir}/special_tests_raw_${mark_type}_${d}.log"

# default python coverage arguments
exec_defaults='-m coverage run --source src/finetuning_scheduler --append -m pytest --capture=no --no-header -v -s -rA'
Expand Down

0 comments on commit 889c375

Please sign in to comment.