File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ jobs:
199
199
if : matrix.bpftrace_tests.is_a_syscall_tracing
200
200
shell : bash
201
201
run : |
202
- python3 $(pwd)/.github/script/run_example.py "/bpftrace/ bpftrace ${{ matrix.bpftrace_tests.command }}" "${{matrix.bpftrace_tests.victim}}" "${{matrix.bpftrace_tests.expected_output}}" "/app/.bpftime/bpftime -i /app/.bpftime" 1
202
+ python3 $(pwd)/.github/script/run_example.py "bpftrace ${{ matrix.bpftrace_tests.command }}" "${{matrix.bpftrace_tests.victim}}" "${{matrix.bpftrace_tests.expected_output}}" "/app/.bpftime/bpftime -i /app/.bpftime" 1
203
203
- name : Test CLI - attach by running (uprobe)
204
204
if : ' !matrix.bpftrace_tests.is_a_syscall_tracing'
205
205
shell : bash
206
206
run : |
207
- python3 $(pwd)/.github/script/run_example.py "/bpftrace/ bpftrace ${{ matrix.bpftrace_tests.command }}" "${{matrix.bpftrace_tests.victim}}" "${{matrix.bpftrace_tests.expected_output}}" "/app/.bpftime/bpftime -i /app/.bpftime" 0
207
+ python3 $(pwd)/.github/script/run_example.py "bpftrace ${{ matrix.bpftrace_tests.command }}" "${{matrix.bpftrace_tests.victim}}" "${{matrix.bpftrace_tests.expected_output}}" "/app/.bpftime/bpftime -i /app/.bpftime" 0
208
208
You can’t perform that action at this time.
0 commit comments