[test] typo

This commit is contained in:
tangxifan 2022-05-22 13:28:45 +08:00
parent e56775cd00
commit e4c1097fdb
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ clean-run () {
rm -rf ./openfpga_flow/**/run???
}
run-task-run () {
clear-task-run () {
$PYTHON_EXEC $OPENFPGA_SCRIPT_PATH/run_fpga_task.py --remove_run_dir all
}