Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu committed Jul 27, 2024
1 parent 8c81738 commit 6e3533d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: Debug
run: |
sudo ./build/durdur attach -i ens3
timeout 20s cat /sys/kernel/debug/tracing/trace_pipe > trace_output.txt &
timeout 20s sudo cat /sys/kernel/debug/tracing/trace_pipe > trace_output.txt &
sudo ./build/durdur drop --src "169.155.49.112"
ping -c 1 -I ens3 169.155.49.112
sudo ./build/durdur detach
sleep 20s
cat trace_output.txt
sudo cat trace_output.txt
- name: Test
run: make test

0 comments on commit 6e3533d

Please sign in to comment.