From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 1/2] CI: Trace test only
Date: Thu, 4 Nov 2021 08:58:46 +0300 [thread overview]
Message-ID: <20211104055847.324906-2-amikan@ilbers.de> (raw)
In-Reply-To: <20211104055847.324906-1-amikan@ilbers.de>
No minimise test log hide traces of prepare operations.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
scripts/ci_build.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index 5ff455e..e9ba034 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -113,9 +113,6 @@ if [ -z "$REPRO_BUILD" ]; then
TAGS="$TAGS,-repro"
fi
-# the real stuff starts here, trace commands from now on
-set -x
-
# Provide working path
mkdir -p .config/avocado
cat <<EOF > .config/avocado/avocado.conf
@@ -127,6 +124,9 @@ logs_dir = $(realpath $BUILD_DIR)/job-results
EOF
export VIRTUAL_ENV="./"
+# the real stuff starts here, trace commands from now on
+set -x
+
avocado $VERBOSE run "$BUILD_TEST_DIR/build_test.py" \
-t $TAGS --test-runner=runner --disable-sysinfo \
-p build_dir="$BUILD_DIR" -p quiet=$QUIET -p cross=$CROSS_BUILD
--
2.25.1
next prev parent reply other threads:[~2021-11-04 5:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-04 5:58 [PATCH v2 0/2] Minimise CI test log Anton Mikanovich
2021-11-04 5:58 ` Anton Mikanovich [this message]
2021-11-04 5:58 ` [PATCH v2 2/2] CI: Ignore POLLHUP events in log Anton Mikanovich
2021-11-11 15:31 ` [PATCH v2 0/2] Minimise CI test log Anton Mikanovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211104055847.324906-2-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox