svn rev #25477: trunk/src/util/

ghudson@MIT.EDU ghudson at MIT.EDU
Tue Nov 15 12:58:22 EST 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25477
Commit By: ghudson
Log Message:
Fix k5test error message for missing runenv.py

"make fake-install" no longer exists, so tell the developer to run
"make runenv.py" instead.


Changed Files:
U   trunk/src/util/k5test.py
Modified: trunk/src/util/k5test.py
===================================================================
--- trunk/src/util/k5test.py	2011-11-15 17:31:09 UTC (rev 25476)
+++ trunk/src/util/k5test.py	2011-11-15 17:58:22 UTC (rev 25477)
@@ -512,7 +512,7 @@
     global buildtop
     runenv_py = os.path.join(buildtop, 'runenv.py')
     if not os.path.exists(runenv_py):
-        fail('You must run "make fake-install" in %s first.' % buildtop)
+        fail('You must run "make runenv.py" in %s first.' % buildtop)
     module = imp.load_source('runenv', runenv_py)
     return module.env
 




More information about the cvs-krb5 mailing list