repo.or.cz
/
xapian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci] Fix clang-santisers job for GHA change
[xapian.git]
/
xapian-bindings
/
python3
/
run-python-test
blob
3bd9411063fffdaeb49466818677c009545c6a66
1
#!/bin/sh
2
PYTHONPATH
=
".
${PYTHONPATH+:}
$PYTHONPATH
"
3
export
PYTHONPATH
4
PYTHONDONTWRITEBYTECODE
=
1
5
export
PYTHONDONTWRITEBYTECODE
6
exec
$MACOS_SIP_HACK_ENV ${PYTHON3-python3}
"$@"