ci: enable more test_progs tests

Trim tests blacklist.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
Andrii Nakryiko
2020-02-21 21:16:40 -08:00
committed by Andrii Nakryiko
parent 7f2d538c27
commit 40229b3ffd
4 changed files with 14 additions and 52 deletions

View File

@@ -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