Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Chanhun Jeong <keyolk@gmail.com>
  • Loading branch information
keyolk authored and gavin-jeong committed Apr 2, 2024
1 parent 43d828f commit f417605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ebpf/python/procinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ func TestPython(t *testing.T) {
testdataPath + "python-x64/3.6.6/lib/libpython3.6m.so.1.0",
testdataPath + "python-x64/3.8.11/lib/libpython3.8.so.1.0",
testdataPath + "python-x64/3.8.10/lib/libpython3.8.so.1.0",
testdataPath + "python-x64/3.8.10/lib/libpython3.8-pyston2.3.so.1.0",
testdataPath + "python-x64/3.8.12/lib/libpython3.8-pyston2.3.so.1.0",
testdataPath + "python-arm64/3.7.12/lib/libpython3.7m.so.1.0",
testdataPath + "python-arm64/3.5.1/lib/libpython3.5m.so.1.0",
testdataPath + "python-arm64/3.9.15/lib/libpython3.9.so.1.0",
Expand Down Expand Up @@ -399,7 +399,7 @@ func TestPython(t *testing.T) {
testdataPath + "python-arm64/3.6.6/lib/libpython3.6m.so.1.0",
testdataPath + "python-arm64/3.8.11/lib/libpython3.8.so.1.0",
testdataPath + "python-arm64/3.8.10/lib/libpython3.8.so.1.0",
testdataPath + "python-arm64/3.8.10/lib/libpython3.8-pyston2.3.so.1.0",
testdataPath + "python-arm64/3.8.12/lib/libpython3.8-pyston2.3.so.1.0",
}
for _, f := range fs {
t.Run(f, func(t *testing.T) {
Expand Down

0 comments on commit f417605

Please sign in to comment.