2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

ci: disable -x during print_env()

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber
2021-06-14 20:52:44 +00:00
committed by Andrei Vagin
parent b4c7267b0e
commit 1fbe876242

View File

@@ -90,6 +90,7 @@ print_header() {
}
print_env() {
set +x
# As this script can run on multiple different CI systems
# the following lines should give some context to the
# evnvironment of this CI run.
@@ -116,6 +117,7 @@ print_env() {
fi
print_header "Available CPUs"
lscpu || :
set -x
}
print_env