Skip to content

Commit 8585f17

Browse files
committed
Remove debug prints from test, fix name of Pip workflow
1 parent 0780615 commit 8585f17

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: Pip
22

33
on:
44
push:

tests/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33

44
def test_main():
5-
print(dir(m))
65
assert m.__version__ == "0.0.6"
76
prog = m.BpfObject("tests/execve2.o", structs={})
87
print(prog)

0 commit comments

Comments
 (0)