mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Fix more unresolved symbols.
This commit is contained in:
@ -28,7 +28,7 @@ import os
|
||||
|
||||
def _in_source_tree():
|
||||
"""Check whether the script is being run from the source dir. """
|
||||
return os.path.exists("%s/../../../samba4-skip" % os.path.dirname(__file__))
|
||||
return os.path.exists("%s/../../../selftest/skip" % os.path.dirname(__file__))
|
||||
|
||||
|
||||
# When running, in-tree, make sure bin/python is in the PYTHONPATH
|
||||
|
Reference in New Issue
Block a user