Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
testing: minimize impact on current workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leedagee authored and MingcongBai committed Oct 22, 2023
1 parent 2dc22d1 commit fe261eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/autobuild/ab3_defcfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions proc/10-tests_scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe261eb

Please sign in to comment.