From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 1/2] CI: Trace test only
Date: Thu, 28 Oct 2021 18:28:48 +0300 [thread overview]
Message-ID: <20211028152849.244705-2-amikan@ilbers.de> (raw)
In-Reply-To: <20211028152849.244705-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 32054c4..ff219d6 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -114,9 +114,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
@@ -128,6 +125,9 @@ logs_dir = $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-10-28 15:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-28 15:28 [PATCH 0/2] Minimise CI test log Anton Mikanovich
2021-10-28 15:28 ` Anton Mikanovich [this message]
2021-10-28 15:28 ` [PATCH 2/2] CI: Ignore POLLHUP events in log Anton Mikanovich
2021-10-28 18:26 ` Henning Schild
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=20211028152849.244705-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