mirror of https://github.com/pwndbg/pwndbg
parent
d7d54cb895
commit
cc13296abe
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: |
|
||||
mkdir .cov
|
||||
sudo sysctl -w kernel.yama.ptrace_scope=0
|
||||
PWNDBG_GITHUB_ACTIONS_TEST_RUN=1 ./tests.sh --cov
|
||||
./tests.sh --cov
|
||||
|
||||
- name: Process coverage data
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
import codecs
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
launched_locally = not (os.environ.get("PWNDBG_GITHUB_ACTIONS_TEST_RUN"))
|
||||
|
||||
|
||||
def run_gdb_with_script(binary="", core="", pybefore=None, pyafter=None, timeout=None):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue