mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Remove debug prints from test, fix name of Pip workflow
This commit is contained in:
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Tests
|
name: Pip
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@ -2,7 +2,6 @@ import pylibbpf as m
|
|||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
print(dir(m))
|
|
||||||
assert m.__version__ == "0.0.6"
|
assert m.__version__ == "0.0.6"
|
||||||
prog = m.BpfObject("tests/execve2.o", structs={})
|
prog = m.BpfObject("tests/execve2.o", structs={})
|
||||||
print(prog)
|
print(prog)
|
||||||
|
|||||||
Reference in New Issue
Block a user