Skip to content

Commit

Permalink
Oops. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
marianabuhazi committed Apr 28, 2024
1 parent df58150 commit 0a5c8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/scripts/actions-pipeline/run_esp-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ for accelerator in "${!latest_versions[@]}"; do
# rm "$fpga_program"
make uart &
uart_pid=$!
echo "THE PID IS uart_pid"
make fpga-run
kill -9 "$uart_pid"
mv minicom.log "$minicom"
Expand Down

0 comments on commit 0a5c8dc

Please sign in to comment.