mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-13 03:59:06 +08:00
vmtests: add log folding
Sprinkle log folds around, including timing. Signed-off-by: Andrii Nakryiko <andriin@fb.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
dc1cd8503f
commit
4001a658e0
@@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
source $(cd $(dirname $0) && pwd)/helpers.sh
|
||||
|
||||
travis_fold start prepare_selftests "Building selftests"
|
||||
|
||||
LLVM_VER=12
|
||||
LIBBPF_PATH="${REPO_ROOT}"
|
||||
@@ -33,3 +37,5 @@ rm selftests/bpf/.gitignore
|
||||
git add selftests
|
||||
|
||||
git add "${VMTEST_ROOT}/configs/blacklist"
|
||||
|
||||
travis_fold end prepare_selftests
|
||||
|
||||
Reference in New Issue
Block a user