-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
2
-
2023-07-11 WiredTractor
The function run_test_checkpoint executes the test_checkpoint binary to perform a specific test. It seems that the "-t" flag is missing for the "FIX" scenario in this code:
for am in $2; do dir="RUNDIR.$am" echo "./t running $am access method..." if [ "$am" == "fix" ]; then ./$test_bin f $flags -h $dir elif [ "$am" == "var" ]; then ./$test_bin -t c $flags -h $dir else ./$test_bin -t r $flags -h $dir fi done