Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 28, 2024
1 parent fb0769c commit 6f09e5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ jobs:
shell: bash
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
pwd
ls
for test in ${{ matrix.tests.test }}; do
echo "Running Test $test"
make run_$test SIM_TAG=${{ matrix.tests.tag }} BUS_TYPE=${{ matrix.tests.bus }}
Expand All @@ -120,8 +118,6 @@ jobs:
shell: bash
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
pwd
ls
passed_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'passed' | wc -l)
failed_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'failed' | wc -l)
unknown_count=$(find ${{ env.SIM_DIRECTORY }}/* -type f -name 'unknown' | wc -l)
Expand Down

0 comments on commit 6f09e5b

Please sign in to comment.