[Bugfix] Task name in regression flow

This commit is contained in:
Ganesh Gore 2021-02-08 12:06:36 -07:00
parent 9c5e1b1478
commit 7b8fd55916
1 changed files with 2 additions and 2 deletions

View File

@ -118,5 +118,5 @@ echo -e "Testing yosys flow using custom ys script for running quicklogic device
run-task quicklogic_tests/flow_test --debug --show_thread_logs
# Repgression test to test multi-user enviroment
cp -r */*/basic_test/full_testbench/configuration_chain /tmp/
cd /tmp/ && run-task configuration_chain
cp -r */*/basic_tests/full_testbench/configuration_chain /tmp/
cd /tmp/ && run-task configuration_chain --debug --show_thread_logs