File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Unreleased
4+
5+ - Fix bench tests missing test_file var
6+
37## [ 0.25.0] ( https://github.com/TypedDevs/bashunit/compare/0.23.0...0.24.0 ) - 2025-10-05
48
59- Add AI developer tools integration and guidelines
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ function runner::load_bench_files() {
6060 for bench_file in " ${files[@]} " ; do
6161 [[ -f $bench_file ]] || continue
6262 unset BASHUNIT_CURRENT_TEST_ID
63- export BASHUNIT_CURRENT_SCRIPT_ID=" $( helper::generate_id " ${test_file } " ) "
63+ export BASHUNIT_CURRENT_SCRIPT_ID=" $( helper::generate_id " ${bench_file } " ) "
6464 # shellcheck source=/dev/null
6565 source " $bench_file "
6666 if ! runner::run_set_up_before_script " $bench_file " ; then
You can’t perform that action at this time.
0 commit comments