Skip to content

Commit

Permalink
Add bit of explanation to tox about what FDB_HOME and FDB5_HOME do
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHodson committed Oct 18, 2024
1 parent 38a2b1d commit b3e5dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wheel_build_env = .pkg
deps =
pytest>=6
setenv =
; NB: You may need to copy build/fdb5/etc/fdb to build/etc/fdb
FDB_HOME=../build/
; FDB_HOME=../build/fdb5 # FDB_HOME specifies a folder that contains etc/fdb/config.yaml
FDB5_HOME=../build/ # FDB5_HOME specifies the library location, i.e. a folder that contains lib/libfdb5.dylib
commands =
pytest {tty:--color=yes} {posargs}

0 comments on commit b3e5dbb

Please sign in to comment.