[Bugfix] Task name in regression flow
This commit is contained in:
parent
9c5e1b1478
commit
7b8fd55916
|
@ -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
|
Loading…
Reference in New Issue