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:
Mike Gilbert
2018-12-12 15:49:45 -05:00
parent 6c95cafe82
commit 4594dbdd5c
3 changed files with 15 additions and 0 deletions

View File

@@ -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}"
}

View File

@@ -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}"
}

View File

@@ -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}"
}