Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Sep 12, 2024
1 parent 2e3acf7 commit 7ca15d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/test/test_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ if [ $RUN_AUTOTUNER -eq 1 ]; then
python3 -m unittest tools.AutoTuner.test.smoke_test_sweep.${PLATFORM}SweepSmokeTest.test_sweep

echo "Running Autotuner ref file test (only once)"
if [ ! -f ./logs/autotuner_ref_file_check.log ]; then
date > ./logs/autotuner_ref_file_check.log
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
fi
Expand Down

0 comments on commit 7ca15d8

Please sign in to comment.