Skip to content

Commit

Permalink
fix run once
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Sep 10, 2024
1 parent 5c4f568 commit c0971f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/test/test_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ if [ $RUN_AUTOTUNER -eq 1 ]; then
echo "Running Autotuner ref file test (only once)"
if [ ! -f ./flow/logs/autotuner_ref_file_check.log ]; then
date > ./flow/logs/autotuner_ref_file_check.log
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck
fi
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck
fi

exit $ret

0 comments on commit c0971f2

Please sign in to comment.