[test] bug fix

This commit is contained in:
tangxifan 2022-05-22 14:47:25 +08:00
parent 1794578b49
commit 03fc790395
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ clean-run () {
}
clear-task-run () {
$PYTHON_EXEC $OPENFPGA_SCRIPT_PATH/run_fpga_task.py --remove_run_dir all
$PYTHON_EXEC $OPENFPGA_SCRIPT_PATH/run_fpga_task.py "$@" --remove_run_dir all
}
run-modelsim () {