[26137] in CVS-changelog-for-Kerberos-V5
svn rev #25477: trunk/src/util/
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Tue Nov 15 12:58:24 2011
Date: Tue, 15 Nov 2011 12:58:22 -0500
From: ghudson@mit.edu
Message-Id: <201111151758.pAFHwMGl023583@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5