mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/meson: disable sandbox while testing
Closes: https://bugs.gentoo.org/673016 Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -32,6 +32,11 @@ python_test() {
|
||||
# test_cross_file_system_paths
|
||||
unset XDG_DATA_HOME
|
||||
|
||||
# ASAN and sandbox both want to control LDPRELOAD
|
||||
# https://bugs.gentoo.org/673016
|
||||
export SANDBOX_ON=0
|
||||
unset LD_PRELOAD
|
||||
|
||||
${EPYTHON} -u run_tests.py
|
||||
) || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
@@ -32,6 +32,11 @@ python_test() {
|
||||
# test_cross_file_system_paths
|
||||
unset XDG_DATA_HOME
|
||||
|
||||
# ASAN and sandbox both want to control LDPRELOAD
|
||||
# https://bugs.gentoo.org/673016
|
||||
export SANDBOX_ON=0
|
||||
unset LD_PRELOAD
|
||||
|
||||
${EPYTHON} -u run_tests.py
|
||||
) || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
@@ -32,6 +32,11 @@ python_test() {
|
||||
# test_cross_file_system_paths
|
||||
unset XDG_DATA_HOME
|
||||
|
||||
# ASAN and sandbox both want to control LDPRELOAD
|
||||
# https://bugs.gentoo.org/673016
|
||||
export SANDBOX_ON=0
|
||||
unset LD_PRELOAD
|
||||
|
||||
${EPYTHON} -u run_tests.py
|
||||
) || die "Testing failed with ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user