Skip to content

Commit

Permalink
Merge pull request #3079 from chu11/issue3074_run_timeout
Browse files Browse the repository at this point in the history
testsuite: remove use of -S option in run_timeout
  • Loading branch information
mergify[bot] committed Jul 27, 2020
2 parents 188e586 + 1c67851 commit ff50777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/sharness.d/flux-sharness.sh
Original file line number Diff line number Diff line change
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 ff50777

Please sign in to comment.