Skip to content

Commit

Permalink
Merge pull request #467 from grondo/t-pythonpath-prepend
Browse files Browse the repository at this point in the history
testsuite: fix on systems with flux-accounting already installed
  • Loading branch information
mergify[bot] authored Jul 11, 2024
2 parents a6bd897 + 30c195a commit d8f7d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/sharness.d/flux-accounting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ prepend_colon_separated() {
SRC_DIR=${SHARNESS_TEST_SRCDIR}/..

prepend_colon_separated FLUX_EXEC_PATH_PREPEND ${SRC_DIR}/src/cmd
prepend_colon_separated PYTHONPATH ${SRC_DIR}/src/bindings/python
prepend_colon_separated FLUX_PYTHONPATH_PREPEND ${SRC_DIR}/src/bindings/python

export FLUX_EXEC_PATH_PREPEND PYTHONPATH
export FLUX_EXEC_PATH_PREPEND FLUX_PYTHONPATH_PREPEND

# vi: ts=4 sw=4 expandtab

0 comments on commit d8f7d35

Please sign in to comment.