Skip to content

Commit

Permalink
run_timeout: remove use of -S option
Browse files Browse the repository at this point in the history
This reverts commit a63df26.

When building in a virtual environment, site packages may be needed
for testing.

Fixes #3074
  • Loading branch information
chu11 committed Jul 25, 2020
1 parent 1920a12 commit c209ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/sharness.d/flux-sharness.sh
Expand Up @@ -8,7 +8,7 @@
#
run_timeout() {
if test -z "$LD_PRELOAD" ; then
"${PYTHON:-python3}" -S "${SHARNESS_TEST_SRCDIR}/scripts/run_timeout.py" "$@"
"${PYTHON:-python3}" "${SHARNESS_TEST_SRCDIR}/scripts/run_timeout.py" "$@"
else
(
TIMEOUT_PRELOAD="$LD_PRELOAD"
Expand Down

0 comments on commit c209ef9

Please sign in to comment.