mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-10 10:39:07 +08:00
ci: enable more test_progs tests
Trim tests blacklist. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
7f2d538c27
commit
40229b3ffd
@@ -2,6 +2,9 @@
|
||||
|
||||
set -eux
|
||||
|
||||
mount -t bpf bpffs /sys/fs/bpf
|
||||
mount -t debugfs none /sys/kernel/debug/
|
||||
|
||||
configs_path='libbpf/travis-ci/vmtest/configs'
|
||||
blacklist_path="$configs_path/blacklist/BLACKLIST-${KERNEL}"
|
||||
if [[ -s "${blacklist_path}" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user