diff options
author | Sam James <sam@gentoo.org> | 2024-03-16 11:20:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-23 15:40:53 +0000 |
commit | a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39 (patch) | |
tree | ac9c78f414d6592552d54d0d0738a5121acebee3 /eclass | |
parent | toolchain.eclass: default to just running the (execute) torture tests (diff) | |
download | gentoo-a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39.tar.gz gentoo-a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39.tar.bz2 gentoo-a4be4b7c55aa58e5d034f4c35b1f0851f8dd7f39.zip |
Revert "toolchain.eclass: default to just running the (execute) torture tests"
This reverts commit 97b5abe929550453932060bbf078bb4352b400c1.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index dfcbd80cb283..d996d2d02770 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -122,14 +122,14 @@ tc_version_is_between() { # @DESCRIPTION: # Defaults to 'check'. Allows choosing a different test target, e.g. # 'test-gcc' (https://gcc.gnu.org/install/test.html). -: "${GCC_TESTS_CHECK_TARGET:=check-gcc}" +: "${GCC_TESTS_CHECK_TARGET:=check}" # @ECLASS_VARIABLE: GCC_TESTS_RUNTESTFLAGS # @DEFAULT_UNSET # @USER_VARIABLE # @DESCRIPTION: # Extra options to pass to DejaGnu as RUNTESTFLAGS. -: "${GCC_TESTS_RUNTESTFLAGS:=execute.exp}" +: "${GCC_TESTS_RUNTESTFLAGS:=}" # @ECLASS_VARIABLE: TOOLCHAIN_PATCH_DEV # @DEFAULT_UNSET |