svn rev #24015: trunk/src/util/
ghudson@MIT.EDU
ghudson at MIT.EDU
Thu May 13 12:46:50 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24015
Commit By: ghudson
Log Message:
Make k5test.py work for builds in the source dir.
Changed Files:
U trunk/src/util/k5test.py
Modified: trunk/src/util/k5test.py
===================================================================
--- trunk/src/util/k5test.py 2010-05-13 16:22:32 UTC (rev 24014)
+++ trunk/src/util/k5test.py 2010-05-13 16:46:50 UTC (rev 24015)
@@ -387,7 +387,7 @@
def _find_srctop():
- scriptdir = os.path.dirname(sys.argv[0])
+ scriptdir = os.path.abspath(os.path.dirname(sys.argv[0]))
if not scriptdir:
scriptdir = os.getcwd()
root = _find_root(scriptdir)
More information about the cvs-krb5
mailing list