From 10eba0f78cd03d41961a874c0209254a457ecbfd Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Fri, 13 Sep 2019 23:31:23 -0600 Subject: [PATCH] Updated script.sh with new paramters --- .travis/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/script.sh b/.travis/script.sh index 10cf00931..0de111068 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -18,5 +18,5 @@ end_section "OpenFPGA.build" start_section "OpenFPGA.TaskTun" "${GREEN}..Running_Regression..${NC}" cd - -python3 openfpga_flow/scripts/run_fpga_task.py blif_vpr_flow --exit_on_fail +python3 openfpga_flow/scripts/run_fpga_task.py blif_vpr_flow end_section "OpenFPGA.TaskTun"