From fe261eb8429082c799e4867036cb72cd6bf283dd Mon Sep 17 00:00:00 2001 From: leedagee Date: Sun, 22 Oct 2023 17:16:24 +0800 Subject: [PATCH] testing: minimize impact on current workflow --- etc/autobuild/ab3_defcfg.sh | 4 ++-- proc/10-tests_scan.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/autobuild/ab3_defcfg.sh b/etc/autobuild/ab3_defcfg.sh index b62728c..2af8a25 100644 --- a/etc/autobuild/ab3_defcfg.sh +++ b/etc/autobuild/ab3_defcfg.sh @@ -65,11 +65,11 @@ AB_LD_BFD=0 # Default testing flags ABTESTS="" ABTEST_AUTO_DETECT=yes -ABTEST_ABORT_BUILD=yes +ABTEST_ABORT_BUILD=no ABTEST_TESTEXEC=plain ABTEST_AUTO_DETECT_STAGE=post-build ABTESTTYPE_rust_STAGE=post-build -NOTEST=no +NOTEST=yes ##OS Directory Tree # Built-in variables for AOSC OS directory tree. diff --git a/proc/10-tests_scan.sh b/proc/10-tests_scan.sh index b3fbecc..9b9228a 100644 --- a/proc/10-tests_scan.sh +++ b/proc/10-tests_scan.sh @@ -5,6 +5,7 @@ if bool $NOTEST; then ABTESTS="" TESTDEP="" # Empty TESTDEPS by explicitly override it + ABTEST_AUTO_DETECT=no else abrequire tests export ABTEST_RESULT_OUTPUT="$SRCDIR/abtestoutput.txt"