From 7b8fd55916b57ec7b30fef4ceebf43f674585a5c Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Mon, 8 Feb 2021 12:06:36 -0700 Subject: [PATCH] [Bugfix] Task name in regression flow --- .github/workflows/basic_reg_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic_reg_test.sh b/.github/workflows/basic_reg_test.sh index ba56ef2b8..2f1c7b5b7 100755 --- a/.github/workflows/basic_reg_test.sh +++ b/.github/workflows/basic_reg_test.sh @@ -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 \ No newline at end of file +cp -r */*/basic_tests/full_testbench/configuration_chain /tmp/ +cd /tmp/ && run-task configuration_chain --debug --show_thread_logs \ No newline at end of file